diff options
| author | TitanSnow <[email protected]> | 2017-05-25 13:09:35 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-25 13:09:35 +0800 |
| commit | ff1ba702befdf84ba0e872079305565dc62b6ca1 (patch) | |
| tree | cc1917288085ecf87b4779889fdc778a6da12d10 | |
| parent | abb1d5705ecd01d906f63c7d838b73b7c2d1ede6 (diff) | |
Revert "do not directly install on macos"
This reverts commit 64e1e79a26f997e2f6f56360038507a33f6e8b0f.
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ install: @# install the xmake directory @cp -r xmake/* $(xmake_dir_install) @# make the xmake loader -ifneq ($(PLAT),linux) +ifeq (,$(filter $(PLAT),linux macosx)) @echo '#!/bin/bash' > $(xmake_loader) @echo 'export XMAKE_PROGRAM_DIR=$(xmake_dir_install)' >> $(xmake_loader) @echo '$(xmake_core_install) $(verbose) "$$@"' >> $(xmake_loader) |
