[CI] Cross-compile to 32bit Windows using 64bit tools

This commit is contained in:
Mat Sutcliffe
2020-09-15 00:21:54 +01:00
parent 96bdad32e6
commit 132cc167fc

View File

@@ -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')