Skip to content

Commit

Permalink
Remove macosx development flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Oct 29, 2024
1 parent 0bd946d commit 53292cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ if [[ $CIBW_ARCHS == *"arm"* ]]; then
wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.5.0/libscip-macos-arm.zip -O scip.zip
else
wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.5.0/libscip-macos.zip -O scip.zip
export MACOSX_DEPLOYMENT_TARGET=13.0
fi
unzip scip.zip
mv scip_install src/scip
Expand Down

0 comments on commit 53292cc

Please sign in to comment.