summaryrefslogtreecommitdiff
path: root/core/src/cli
diff options
context:
space:
mode:
authorruki <[email protected]>2025-04-24 22:45:25 +0800
committerruki <[email protected]>2025-04-24 22:45:25 +0800
commite7c263a9dde105560699200fd52a0d786361655e (patch)
tree2e7cd25e278b83947e59696571d4077b0d602cec /core/src/cli
parent21f74444f1d0dc5ee0f52ed08763dd18524429ad (diff)
rename buildir in xmake.sh
Diffstat (limited to 'core/src/cli')
-rwxr-xr-xcore/src/cli/xmake.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/cli/xmake.sh b/core/src/cli/xmake.sh
index 845e14163..e2b388213 100755
--- a/core/src/cli/xmake.sh
+++ b/core/src/cli/xmake.sh
@@ -4,7 +4,7 @@ target "cli"
add_deps "xmake"
set_kind "binary"
set_basename "xmake"
- set_targetdir "${buildir}"
+ set_targetdir "${builddir}"
# add definitions
add_defines "__tb_prefix__=\"xmake\""
@@ -71,6 +71,6 @@ xmake_after_install() {
print "\t@cp ${projectdir}/scripts/msys/xmake.sh ${installdir}/bin/xmake" >> "${xmake_sh_makefile}"
print "\t@cp ${projectdir}/scripts/msys/xmake.cmd ${installdir}/bin/xmake.cmd" >> "${xmake_sh_makefile}"
print "\t@cp ${projectdir}/scripts/msys/xmake.ps1 ${installdir}/bin/xmake.ps1" >> "${xmake_sh_makefile}"
- print "\t@cp ${buildir}/xmake.exe ${installdir}/share/xmake" >> "${xmake_sh_makefile}"
+ print "\t@cp ${builddir}/xmake.exe ${installdir}/share/xmake" >> "${xmake_sh_makefile}"
fi
}