File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ wxlib: submodules
67
67
(cd $(WXOUT)/$(WXCMAKE) && echo '#!/bin/sh' > wx-config-install)
68
68
(cd $(WXOUT)/$(WXCMAKE) && echo "this_prefix=\"$PWD/..\"" >> wx-config-install)
69
69
(cd $(WXOUT)/$(WXCMAKE) && echo "this_exec_prefix=\"$PWD/..\"" >> wx-config-install)
70
- (cd $(WXOUT)/$(WXCMAKE) && tail -n 2 wx-config | sed ' s/\/lib\/wx\/config\//\/..\/$(WXCMAKE)\/lib\/wx\/config\//g' >> wx-config-install)
70
+ (cd $(WXOUT)/$(WXCMAKE) && tail -n 2 wx-config | sed " s/\/lib\/wx\/config\//\/..\/$(WXCMAKE)\/lib\/wx\/config\//g" >> wx-config-install)
71
71
(cd $(WXOUT)/$(WXCMAKE) && chmod +x wx-config-install)
72
72
73
73
# For some strange reason wx-config references the source and output folders of cmake,
You can’t perform that action at this time.
0 commit comments