File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
xmake/modules/detect/sdks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -340,10 +340,10 @@ function _find_vstudio(opt)
340
340
table.insert (paths , 1 , vswhere_VCAuxiliaryBuildDir )
341
341
end
342
342
if version == " 6.0" and os .arch () == " x64" then
343
- table.insert (paths , " $(reg HKEY_LOCAL_MACHINE\\ SOFTWARE\\ WOW6432Node\\ Microsoft\\ DevStudio\\ 6.0\\ Products\\ Microsoft Visual C++;ProductDir)\\ Bin" )
344
- table.insert (paths , " $(reg HKEY_LOCAL_MACHINE\\ SOFTWARE\\ WOW6432Node\\ Microsoft\\ VisualStudio\\ 6.0\\ Setup\\ Microsoft Visual C++;ProductDir)\\ Bin" )
343
+ table.insert (paths , " $(reg HKEY_LOCAL_MACHINE\\ SOFTWARE\\ WOW6432Node\\ Microsoft\\ DevStudio\\ 6.0\\ Products\\ Microsoft Visual C++;ProductDir)\\ Bin" )
344
+ table.insert (paths , " $(reg HKEY_LOCAL_MACHINE\\ SOFTWARE\\ WOW6432Node\\ Microsoft\\ VisualStudio\\ 6.0\\ Setup\\ Microsoft Visual C++;ProductDir)\\ Bin" )
345
345
end
346
-
346
+
347
347
-- find vcvarsall.bat, vcvars32.bat for vs7.1
348
348
local vcvarsall = find_file (" vcvarsall.bat" , paths ) or find_file (" vcvars32.bat" , paths )
349
349
if not vcvarsall then
You can’t perform that action at this time.
0 commit comments