Skip to content

Commit

Permalink
fix empty expression
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed Apr 13, 2024
1 parent d537b9b commit 99bcd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile.wx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ submodules:
wxlib: submodules
mkdir -p $(WXOUT)/$(WXCMAKE)
(cd $(WXOUT)/$(WXCMAKE) && cmake $(WXREL) $(WXCONF) $(WXCONF_EXTRA) $(WXBUILD_TYPE))
(cd $(WXOUT)/$(WXCMAKE) && && cmake --build .)
(cd $(WXOUT)/$(WXCMAKE) && cmake --build .)
(cd $(WXOUT)/$(WXCMAKE) && cmake --install . --prefix ..)
(cd $(WXOUT)/$(WXCMAKE) && echo '#!/bin/sh' > wx-config-install)
(cd $(WXOUT)/$(WXCMAKE) && echo "this_prefix=\"$PWD/..\"" >> wx-config-install)
Expand Down

0 comments on commit 99bcd11

Please sign in to comment.