diff options
| author | ruki <[email protected]> | 2020-02-14 00:13:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-13 19:19:34 +0800 |
| commit | 01f5d8bbecf0f48576d7d8bbb65c6fdb62e36a9c (patch) | |
| tree | 894677a8bc294bd5ae769b7005ace99a58bd386d /makefile | |
| parent | 293d5e669f6350585e666ab60035aca49803985c (diff) | |
improve makefile
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -78,7 +78,9 @@ 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 libmsys2.dll or cygwin1.dll on the bin directory +# e.g. xmake l os.exec "xmake --version" +xmake_core_install :=$(prefix)/bin/xmake.exe else xmake_core_install :=$(xmake_dir_install)/xmake endif |
