We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54227ee commit ba8ee17Copy full SHA for ba8ee17
vcbuild.bat
@@ -203,6 +203,8 @@ if _%PROCESSOR_ARCHITEW6432%_==_AMD64_ set msvs_host_arch=amd64
203
set vcvarsall_arg=%msvs_host_arch%_%target_arch%
204
@rem unless both host and target are x64
205
if %target_arch%==x64 if %msvs_host_arch%==amd64 set vcvarsall_arg=amd64
206
+@rem also if both are x86
207
+if %target_arch%==x86 if %msvs_host_arch%==x86 set vcvarsall_arg=x86
208
209
@rem Look for Visual Studio 2017
210
:vs-set-2017
0 commit comments