Skip to content

Commit

Permalink
improve warnings for find_vstudio
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Nov 15, 2024
1 parent 8e9d150 commit 5f5f87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/modules/detect/sdks/find_vstudio.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function _load_vcvarsall(vcvarsall, vsver, arch, opt)
-- run genvcvars.bat
local outdata, errdata = try {function () return os.iorun(genvcvars_bat) end}
if errdata then
wprint("%s", errdata)
wprint("get vcvars error: %s", errdata)
end
if not outdata then
return
Expand Down

0 comments on commit 5f5f87b

Please sign in to comment.