Default to amd64 on Windows
This commit is contained in:
parent
8821cae34f
commit
0e63050916
1 changed files with 1 additions and 4 deletions
|
@ -38,9 +38,6 @@ def get_target_arch():
|
|||
if e.errno != errno.ENOENT:
|
||||
raise
|
||||
|
||||
if PLATFORM == 'win32':
|
||||
return 'ia32'
|
||||
else:
|
||||
return 'x64'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue