Skip to content

Commit eef7a05

Browse files
committed
use tools/gfortran_install.sh
1 parent c839491 commit eef7a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_steps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function before_build {
4444
# force the architecture when using rosetta
4545
unalias gfortran || true
4646
arch -${PLAT} bash -s << " EOF"
47-
source ${ROOT_DIR}/gfortran-install/gfortran_utils.sh
47+
source tools/gfortran_utils.sh
4848
install_gfortran
4949
EOF
5050
# Deployment target set by gfortran_utils

0 commit comments

Comments
 (0)