diff options
| author | ruki <[email protected]> | 2020-02-15 21:42:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-15 21:42:33 +0800 |
| commit | 9aa15302ae9fdb3a1be0b382f9bd5b3a64db0098 (patch) | |
| tree | b579838cd75f49c78539c8cbb7e1ce06c63fb1be | |
| parent | 1dc32d674dd7c395491e7f697dce42d3a63ca56f (diff) | |
update tbox
| m--------- | core/src/tbox/tbox | 0 | ||||
| -rw-r--r-- | makefile | 4 |
2 files changed, 1 insertions, 3 deletions
diff --git a/core/src/tbox/tbox b/core/src/tbox/tbox -Subproject d2dc1a11b53eeab9fcc2d5fad3559ac1f182830 +Subproject 66ecedaa2ae8b7c3d40bc8b0de47a889c4bc655 @@ -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 |
