Skip to content

Commit 53292cc

Browse files
committed
Remove macosx development flag
1 parent 0bd946d commit 53292cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ if [[ $CIBW_ARCHS == *"arm"* ]]; then
6060
wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.5.0/libscip-macos-arm.zip -O scip.zip
6161
else
6262
wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.5.0/libscip-macos.zip -O scip.zip
63-
export MACOSX_DEPLOYMENT_TARGET=13.0
6463
fi
6564
unzip scip.zip
6665
mv scip_install src/scip

0 commit comments

Comments
 (0)