summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2020-02-16 13:33:50 +0800
committerruki <[email protected]>2020-02-16 13:33:50 +0800
commit748e6e9e98421556131d8ab8a0e7c0a95183b991 (patch)
tree78212b84bdf58c74f883a2b5330062b4dcc9b917 /makefile
parent0b07ecdf2dc3ccf2b2d73bc2017656b396f35571 (diff)
update makefile
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 390d22af5..d77065639 100644
--- a/makefile
+++ b/makefile
@@ -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