Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Apr 16, 2024
1 parent 5d72887 commit 5c3840f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xmake/toolchains/msvc/load.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ function _add_vsenv(toolchain, name, curenvs)

-- get vcvars
local vcvars = toolchain:config("vcvars")
print("load vcvars", vcvars, debug.traceback())
print("load vcvars", vcvars)
print(debug.traceback())
if not vcvars then
return
end
Expand Down

0 comments on commit 5c3840f

Please sign in to comment.