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

Commit ac212aa

Browse files
committed
[[ Win64 ]] Add win32-x86_64 triple to buildbot.py
This patch enables 64-bit win32 builds for this branch by adding the triple to buildbot's KNOWN_TRIPLES.
1 parent 8accebd commit ac212aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
'universal-ios-iphonesimulator9.2',
4848
'universal-ios-iphonesimulator8.2',
4949
'x86-win32', # TODO[2017-03-23] More specific ABI
50+
'x86_64-win32',
5051
'js-emscripten-sdk1.35',
5152
)
5253
# The set of build tasks that this branch supports

0 commit comments

Comments
 (0)