diff options
| author | ruki <[email protected]> | 2020-10-23 23:23:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-23 23:23:23 +0800 |
| commit | 98908994e0648374218aa07e3204cae0ce44df64 (patch) | |
| tree | 0c52ec0c86bd7c1cd4ca090f505c644aba0ad94a /makefile | |
| parent | 59abb0aad7f4a123bc6cc9ae7e1ac4d4b7f73e92 (diff) | |
improve xrepo scripts
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -87,10 +87,11 @@ xmake_core_install :=$(destdir)/bin/xmake endif ifdef iswin xrepo_name :=xrepo.bat +xrepo_bin_install :=$(destdir)/bin/xrepo.bat else -xrepo_name :=xrepo +xrepo_name :=xrepo.sh +xrepo_bin_install :=$(destdir)/bin/xrepo endif -xrepo_bin_install :=$(destdir)/bin/$(xrepo_name) build: @echo compiling xmake-core ... |
