Skip to content

Commit

Permalink
Update module.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Apr 4, 2024
1 parent e86ea3e commit 57c6672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/core/sandbox/modules/import/core/sandbox/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function core_sandbox_module._build_module(moduleinfo)
if ok ~= 0 then
return nil, errors
end
argv = {}
argv = {"-v"}
core_sandbox_module._add_builtin_argv(argv, projectdir)
ok, errors = os.execv(os.programfile(), argv, {envs = envs, curdir = projectdir})
if ok ~= 0 then
Expand Down

0 comments on commit 57c6672

Please sign in to comment.