Skip to content

Commit

Permalink
- added comment on why using /MT (closes #5);
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed Apr 29, 2022
1 parent 5ac8f0b commit e657358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@ def platform_args():
if sys.platform == 'darwin':
return "-arch x86_64 -arch arm64 -arch arm64e".split()
if sys.platform == 'win32':
return ['/MT']
return ['/MT'] # avoids creating Visual Studio dependencies
return []

def limited_api_args():
Expand Down

0 comments on commit e657358

Please sign in to comment.