Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit b7ca5bc

Browse files
committed
[[ Win64 ]] Fix output bin folder on Win32 64-bit
This patch ensure that uniform_arch is used rather than target_arch when computing the win-*-bin output dir.
1 parent 08e8727 commit b7ca5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/win32.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Set if the Gyp step is being run on a Unix-like host (i.e not Windows)
99
'unix_configure%': '0',
1010

11-
'output_dir': '../win-<(target_arch)-bin',
11+
'output_dir': '../win-<(uniform_arch)-bin',
1212
},
1313

1414
'target_defaults':

0 commit comments

Comments
 (0)