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 f980b50 commit 4490f97Copy full SHA for 4490f97
tools/build_steps.sh
@@ -22,7 +22,7 @@ function before_build {
22
source ${ROOT_DIR}/multibuild/osx_utils.sh
23
get_macpython_environment ${MB_PYTHON_VERSION} venv
24
25
- alias gfortran gfortran-15
+ alias gfortran=gfortran-15
26
27
# Build the objconv tool
28
(cd ${ROOT_DIR}/objconv && bash ../tools/build_objconv.sh)
0 commit comments