From d3c6cfe5fbaa95c72e4579ca884e3ddedd83e1fd Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 5 Apr 2020 14:46:14 +0800 Subject: add objc/framework template --- xmake/modules/detect/tools/find_codesign.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules') diff --git a/xmake/modules/detect/tools/find_codesign.lua b/xmake/modules/detect/tools/find_codesign.lua index 2dc5d0b75..54967ecda 100644 --- a/xmake/modules/detect/tools/find_codesign.lua +++ b/xmake/modules/detect/tools/find_codesign.lua @@ -45,7 +45,7 @@ function main(opt) -- init options opt = opt or {} opt.check = function (program) - os.execv(program, {"-d", "/bin/echo"}) + os.runv(program, {"-d", "/bin/echo"}) end -- find program -- cgit v1.3.1