Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed May 26, 2024
1 parent 74b6e31 commit e55cbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cibw_before_build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if [[ $PLATFORM == "macosx-arm64" ]]; then

# Link these into /usr/local so that there's no need to add rpath or -L
for f in libgfortran.dylib libgfortran.5.dylib libgcc_s.1.dylib libgcc_s.1.1.dylib libquadmath.dylib libquadmath.0.dylib; do
sudo ln -sf /opt/gfortran-darwin-x86_64-native/lib/$f /usr/local/lib/$f
sudo ln -sf /opt/gfortran-darwin-x86_64-native/lib/$f /opt/arm64-builds/lib/$f
done
sudo ln -sf /opt/gfortran-darwin-x86_64-native/bin/gfortran /usr/local/bin/gfortran

Expand Down

0 comments on commit e55cbc4

Please sign in to comment.