summaryrefslogtreecommitdiff
path: root/xmake/modules/package/tools/cmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-03-27 23:23:47 +0800
committerruki <[email protected]>2024-03-27 23:23:47 +0800
commit85d1f75b4bb592aef26c7bd6ec3205d077628f7f (patch)
treec6cf7cff34f133cd13edf33cc8cdbab5d2eaf14a /xmake/modules/package/tools/cmake.lua
parentbcc939b303b638e6ac789237b444ef040e2d2c31 (diff)
improve ninja buildir
Diffstat (limited to 'xmake/modules/package/tools/cmake.lua')
-rw-r--r--xmake/modules/package/tools/cmake.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/package/tools/cmake.lua b/xmake/modules/package/tools/cmake.lua
index 7317f8227..15bcb2d99 100644
--- a/xmake/modules/package/tools/cmake.lua
+++ b/xmake/modules/package/tools/cmake.lua
@@ -871,7 +871,6 @@ function _build_for_ninja(package, configs, opt)
opt = opt or {}
ninja.build(package, {}, {envs = opt.envs or buildenvs(package, opt),
jobs = opt.jobs,
- buildir = opt.buildir,
target = opt.target})
end
@@ -956,7 +955,6 @@ function _install_for_ninja(package, configs, opt)
opt = opt or {}
ninja.install(package, {}, {envs = opt.envs or buildenvs(package, opt),
jobs = opt.jobs,
- buildir = opt.buildir,
target = opt.target})
end