Skip to content

Commit

Permalink
setup.py: the Windows exe is 32 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes authored and JonasVautherin committed Nov 4, 2019
1 parent 93920dd commit 1cae8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def platform_suffix(self):
elif sys.platform.startswith('darwin'):
return 'macos'
elif sys.platform.startswith('win'):
return 'win64.exe'
return 'win32.exe'
else:
raise NotImplementedError(
f"Platform {sys.platform} is not (yet) supported by this setup.py!")
Expand Down

0 comments on commit 1cae8d1

Please sign in to comment.