Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ba8ee17

Browse filesBrowse files
bzoztargos
authored andcommitted
win, build: fix building on 32-bit machines
Fixes: #21402 PR-URL: #21437 Fixes: #21402 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 54227ee commit ba8ee17
Copy full SHA for ba8ee17

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Collapse file

‎vcbuild.bat‎

Copy file name to clipboardExpand all lines: vcbuild.bat
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ if _%PROCESSOR_ARCHITEW6432%_==_AMD64_ set msvs_host_arch=amd64
203203
set vcvarsall_arg=%msvs_host_arch%_%target_arch%
204204
@rem unless both host and target are x64
205205
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
206208

207209
@rem Look for Visual Studio 2017
208210
:vs-set-2017

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.