Skip to content

Commit 11cb875

Browse files
committed
fix forward path
1 parent 3e5eb03 commit 11cb875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile.wx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ wxlib: submodules
6767
(cd $(WXOUT)/$(WXCMAKE) && echo '#!/bin/sh' > wx-config-install)
6868
(cd $(WXOUT)/$(WXCMAKE) && echo "this_prefix=\"$(shell PWD)/..\"" >> wx-config-install)
6969
(cd $(WXOUT)/$(WXCMAKE) && echo "this_exec_prefix=\"$(shell 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)
7171
(cd $(WXOUT)/$(WXCMAKE) && chmod +x wx-config-install)
7272

7373
# For some strange reason wx-config references the source and output folders of cmake,

0 commit comments

Comments
 (0)