Skip to content

Commit

Permalink
Setting MACOSX_DEPLOYMENT_TARGET in environment doesn't really work
Browse files Browse the repository at this point in the history
  • Loading branch information
gmloose committed Jul 25, 2024
1 parent a30e16f commit 68a7027
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ environment = """ \
test-command = "cd {package}/test && python tbdsf_process_image.py"

[tool.cibuildwheel.macos]
environment = """ \
MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion) \
"""
repair-wheel-command = """\
DYLD_LIBRARY_PATH=${BOOST_INSTALL_DIR}/lib delocate-wheel \
--require-archs {delocate_archs} -w {dest_dir} -v {wheel}\
Expand Down

0 comments on commit 68a7027

Please sign in to comment.