We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4342718 commit 4a8124cCopy full SHA for 4a8124c
tools/gfortran_utils.sh
@@ -71,7 +71,7 @@ if [ "$(uname)" == "Darwin" ]; then
71
72
function install_gfortran {
73
download_and_unpack_gfortran $(uname -m) native
74
- if [[ "${PLAT:-}" == "universal2"]]; then
+ if [[ "${PLAT:-}" == "universal2" ]]; then
75
install_arm64_cross_gfortran
76
fi
77
}
0 commit comments