summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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