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 c839491 commit eef7a05Copy full SHA for eef7a05
tools/build_steps.sh
@@ -44,7 +44,7 @@ function before_build {
44
# force the architecture when using rosetta
45
unalias gfortran || true
46
arch -${PLAT} bash -s << " EOF"
47
- source ${ROOT_DIR}/gfortran-install/gfortran_utils.sh
+ source tools/gfortran_utils.sh
48
install_gfortran
49
EOF
50
# Deployment target set by gfortran_utils
0 commit comments