summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-05-01 21:06:28 +0800
committerruki <[email protected]>2023-05-01 21:06:28 +0800
commit88e70fe908119148905d0b9eae92f76bd3d895de (patch)
tree91865466f72bf321554c130508adbc798f02eb48
parenta0e32fca32f7c46c02662ad97031d161f3ad44b4 (diff)
fix build output
-rw-r--r--xmake/modules/private/action/trybuild/cmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/action/trybuild/cmake.lua b/xmake/modules/private/action/trybuild/cmake.lua
index d9f15f4a0..5e4c74799 100644
--- a/xmake/modules/private/action/trybuild/cmake.lua
+++ b/xmake/modules/private/action/trybuild/cmake.lua
@@ -469,7 +469,7 @@ function _build_for_ninja(opt)
if is_plat("windows") then
envs = _get_msvc_runenvs()
end
- os.vrunv(ninja.program, argv, {envs = envs})
+ os.vexecv(ninja.program, argv, {envs = envs})
end
-- detect build-system and configuration file