From 88e70fe908119148905d0b9eae92f76bd3d895de Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 1 May 2023 21:06:28 +0800 Subject: fix build output --- xmake/modules/private/action/trybuild/cmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1