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 2f9ef53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions xmake/core/base/os.lua
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,12 @@ 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")
utils.dump(envars)
print("os.execv envs")
utils.dump(envs)
end
end

-- init open options
Expand Down

0 comments on commit 2f9ef53

Please sign in to comment.