We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e91a4 commit dcadeb4Copy full SHA for dcadeb4
vcbuild.bat
@@ -157,7 +157,7 @@ if _%PROCESSOR_ARCHITECTURE%_==_AMD64_ set msvs_host_arch=amd64
157
if _%PROCESSOR_ARCHITEW6432%_==_AMD64_ set msvs_host_arch=amd64
158
@rem usualy vcvarsall takes an argument: host + '_' + target
159
set vcvarsall_arg=%msvs_host_arch%_%target_arch%
160
-@rem unless both host and taget are x64
+@rem unless both host and target are x64
161
if %target_arch%==x64 if %msvs_host_arch%==amd64 set vcvarsall_arg=amd64
162
163
@rem Look for Visual Studio 2017
0 commit comments