Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Apr 18, 2024
1 parent 4278625 commit 84d2c93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xmake/core/base/os.lua
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,10 @@ function os.execv(program, argv, opt)
for k, v in pairs(envars) do
table.insert(envs, k .. '=' .. v)
end
if program:find("MinExample") then
print("os.execv envars", envars)
print("os.execv envs", envs)
end
end

-- init open options
Expand Down

0 comments on commit 84d2c93

Please sign in to comment.