Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
andy committed Jun 21, 2023
1 parent 3099b82 commit 43c4d42
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 @@ -180,7 +180,7 @@ def _check_supported_system():
)

if sys.platform.startswith("darwin"):
if os.getenv("NM_ALLOW_DARWIN", "0"):
if os.getenv("NM_ALLOW_DARWIN", "0") != "0":
# experimental support for mac, allow install to go through
return
else:
Expand Down

0 comments on commit 43c4d42

Please sign in to comment.