Skip to content

Commit 43c4d42

Browse files
author
andy
committed
PR feedback
1 parent 3099b82 commit 43c4d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def _check_supported_system():
180180
)
181181

182182
if sys.platform.startswith("darwin"):
183-
if os.getenv("NM_ALLOW_DARWIN", "0"):
183+
if os.getenv("NM_ALLOW_DARWIN", "0") != "0":
184184
# experimental support for mac, allow install to go through
185185
return
186186
else:

0 commit comments

Comments
 (0)