summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-02-15 21:42:33 +0800
committerruki <[email protected]>2020-02-15 21:42:33 +0800
commit9aa15302ae9fdb3a1be0b382f9bd5b3a64db0098 (patch)
treeb579838cd75f49c78539c8cbb7e1ce06c63fb1be
parent1dc32d674dd7c395491e7f697dce42d3a63ca56f (diff)
update tbox
m---------core/src/tbox/tbox0
-rw-r--r--makefile4
2 files changed, 1 insertions, 3 deletions
diff --git a/core/src/tbox/tbox b/core/src/tbox/tbox
-Subproject d2dc1a11b53eeab9fcc2d5fad3559ac1f182830
+Subproject 66ecedaa2ae8b7c3d40bc8b0de47a889c4bc655
diff --git a/makefile b/makefile
index f0b1ce3e8..390d22af5 100644
--- a/makefile
+++ b/makefile
@@ -78,9 +78,7 @@ endif
xmake_dir_install :=$(prefix)/share/xmake
xmake_core :=./core/src/demo/demo.b
ifdef iswin
-# 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
+xmake_core_install :=$(xmake_dir_install)/xmake.exe
else
xmake_core_install :=$(xmake_dir_install)/xmake
endif