diff options
| author | ruki <[email protected]> | 2020-04-05 14:46:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-05 14:46:14 +0800 |
| commit | d3c6cfe5fbaa95c72e4579ca884e3ddedd83e1fd (patch) | |
| tree | 323782c80ff4782ce28315e585a01c33a411b942 /xmake/modules/detect/tools/find_codesign.lua | |
| parent | 79ff6aed24ebfda2ecd4628b2237b75a003e347a (diff) | |
add objc/framework template
Diffstat (limited to 'xmake/modules/detect/tools/find_codesign.lua')
| -rw-r--r-- | xmake/modules/detect/tools/find_codesign.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
