Skip to content

Commit

Permalink
Try to make delocate happy
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Jul 20, 2024
1 parent 71e3207 commit 203578d
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 @@ -64,7 +64,7 @@
'-Wno-unreachable-code']
macOS_link_args = []
macos_arch = sysconfig.get_platform().split('-')[-1]
macos_targets = {'x86_64':'10.9', 'arm64': '11', 'universal2': '10.9'}
macos_targets = {'x86_64':'10.12', 'arm64': '11', 'universal2': '10.12'}
os.environ['MACOSX_DEPLOYMENT_TARGET'] = macos_targets[macos_arch]

# Remove '.' from the path so that Sphinx doesn't try to load the SnapPy module directly
Expand Down

0 comments on commit 203578d

Please sign in to comment.