Skip to content

Commit

Permalink
Testing stuff more..
Browse files Browse the repository at this point in the history
  • Loading branch information
EricEngle-NOAA committed Jul 31, 2024
1 parent 7b8d2e7 commit adb4c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def find_library(name, dirs=None, static=False):
# IMPORTANT: The following does not work at this time (Jan. 2024) for macOS on
# Apple Silicon.
print(os.name, sys.platform)
print(sys.platform, platform.machine())
if (os.name, sys.platform) != ("posix", "linux"):
if (sys.platform, platform.machine()) == ("darwin", "arm64"):
pass
Expand Down

0 comments on commit adb4c1b

Please sign in to comment.