summaryrefslogtreecommitdiff
path: root/xmake/modules/package/tools/cmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-04-24 22:40:01 +0800
committerruki <[email protected]>2025-04-24 10:24:45 +0800
commitd75240a009a7f295e31568c83fe9e93de1be431d (patch)
tree06bf5f1da864c1f993c2f7926a507ff43221690d /xmake/modules/package/tools/cmake.lua
parent9a69d05a1087691899587da2aeb1c37cea54c354 (diff)
rename more buildir
Diffstat (limited to 'xmake/modules/package/tools/cmake.lua')
-rw-r--r--xmake/modules/package/tools/cmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/tools/cmake.lua b/xmake/modules/package/tools/cmake.lua
index 8fd001d71..fb38858a8 100644
--- a/xmake/modules/package/tools/cmake.lua
+++ b/xmake/modules/package/tools/cmake.lua
@@ -984,7 +984,7 @@ end
-- enter build directory
function _enter_buildir(package, opt)
- local buildir = opt.buildir or package:buildir()
+ local buildir = opt.buildir or package:builddir()
os.mkdir(path.join(buildir, "install"))
return os.cd(buildir)
end