summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-03-27 22:58:07 +0800
committerruki <[email protected]>2018-03-27 11:48:45 +0800
commit5df86b3eeb5176f4284733de1ff812580416527c (patch)
tree94ef24ccee785c790f8f1ca12b249ca29e19c03d
parent5d1459637ffb3e4ff504c77a71167b31f91305ea (diff)
add vsvaralls bat path
-rw-r--r--xmake/modules/detect/sdks/find_vstudio.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/sdks/find_vstudio.lua b/xmake/modules/detect/sdks/find_vstudio.lua
index bb9051fe4..0d8d7a1fd 100644
--- a/xmake/modules/detect/sdks/find_vstudio.lua
+++ b/xmake/modules/detect/sdks/find_vstudio.lua
@@ -133,7 +133,7 @@ function main()
local vcvarsall_x64 = _load_vcvarsall(vcvarsall, "x64")
-- save results
- results[vsvers[version]] = {version = version, vcvarsall = {x86 = vcvarsall_x86, x64 = vcvarsall_x64}}
+ results[vsvers[version]] = {version = version, vcvarsall_bat = vcvarsall, vcvarsall = {x86 = vcvarsall_x86, x64 = vcvarsall_x64}}
end
end