We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a55c3 commit 55dab7eCopy full SHA for 55dab7e
setup.py
@@ -28,7 +28,7 @@ def run(self):
28
system = platform.system()
29
if system == 'Linux':
30
usr_platform = 'x86_64-linux-gnu'
31
- if system == 'Darwin':
+ elif system == 'Darwin':
32
usr_platform = 'x86_64-apple-darwin'
33
else:
34
raise Exception('This lib is only supporting Linux & macOS for now.')
0 commit comments