diff options
| author | ruki <[email protected]> | 2020-02-16 13:33:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-16 13:33:50 +0800 |
| commit | 748e6e9e98421556131d8ab8a0e7c0a95183b991 (patch) | |
| tree | 78212b84bdf58c74f883a2b5330062b4dcc9b917 /makefile | |
| parent | 0b07ecdf2dc3ccf2b2d73bc2017656b396f35571 (diff) | |
update makefile
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -78,7 +78,8 @@ endif xmake_dir_install :=$(prefix)/share/xmake xmake_core :=./core/src/demo/demo.b ifdef iswin -xmake_core_install :=$(xmake_dir_install)/xmake.exe +# we need load msys-2.0.dll or cygwin1.dll on bin directory +xmake_core_install :=$(prefix)/bin/xmake.exe else xmake_core_install :=$(xmake_dir_install)/xmake endif |
