mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
[CI] Cross-compile to 32bit Windows using 64bit tools
This commit is contained in:
@@ -266,7 +266,7 @@ class MSVCBuilder(Builder):
|
||||
|
||||
def _specific_prepare(self):
|
||||
if self.word_size == '32':
|
||||
vs_env = get_vs_env('x86')
|
||||
vs_env = get_vs_env('amd64_x86')
|
||||
else:
|
||||
vs_env = get_vs_env('amd64')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user