From 713e8a5c201c54e54a3f6165f558c964c31f7cdc Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Tue, 23 Jan 2024 21:48:07 +0100 Subject: Revert "use execv instead of iorunv" This reverts commit 1780795781414c0fceb9d2f6c63c62188df0be02. --- xmake/rules/c++/modules/modules_support/msvc/builder.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/rules/c++/modules/modules_support/msvc') diff --git a/xmake/rules/c++/modules/modules_support/msvc/builder.lua b/xmake/rules/c++/modules/modules_support/msvc/builder.lua index d9c581099..0f4f9b735 100644 --- a/xmake/rules/c++/modules/modules_support/msvc/builder.lua +++ b/xmake/rules/c++/modules/modules_support/msvc/builder.lua @@ -86,7 +86,7 @@ function _compile(target, flags, sourcefile) if not dryrun then -- do compile - assert(os.execv(compinst:program(), flags, {envs = msvc:runenvs()})) + assert(os.iorunv(compinst:program(), flags, {envs = msvc:runenvs()})) end end -- cgit v1.3.1