Skip to content

Commit

Permalink
do not directly install on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ruihe774 committed May 25, 2017
1 parent 33826d1 commit 64e1e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ install:
@# install the xmake directory
@cp -r xmake/* $(xmake_dir_install)
@# make the xmake loader
ifeq (,$(filter $(PLAT),linux macosx))
ifneq ($(PLAT),linux)
@echo '#!/bin/bash' > $(xmake_loader)
@echo 'export XMAKE_PROGRAM_DIR=$(xmake_dir_install)' >> $(xmake_loader)
@echo '$(xmake_core_install) $(verbose) "$$@"' >> $(xmake_loader)
Expand Down

0 comments on commit 64e1e79

Please sign in to comment.