Skip to content

Commit

Permalink
Set environment variable MACOSX_DEPLOYMENT_TARGET (try 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmloose committed Jul 25, 2024
1 parent 68a7027 commit 3ff3102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ environment = """ \
CXXFLAGS="-I${BOOST_INSTALL_DIR}/include -L${BOOST_INSTALL_DIR}/lib" \
FC=gfortran \
LD_LIBRARY_PATH="${BOOST_INSTALL_DIR}/lib" \
MACOSX_DEPLOYMENT_TARGET="13.0" \
"""
test-command = "cd {package}/test && python tbdsf_process_image.py"

Expand Down

0 comments on commit 3ff3102

Please sign in to comment.