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 a6cc449 commit 71d4bf3Copy full SHA for 71d4bf3
tools/build_steps.sh
@@ -47,7 +47,7 @@ function before_build {
47
which ${FC}
48
${FC} --version
49
local libdir=/opt/gfortran/gfortran-darwin-${PLAT}-native/lib
50
- export DYLD_LIBRARY_PATH=$libdir:$DYLD_LIBRARY_PATH
+ # export DYLD_LIBRARY_PATH=$libdir:$DYLD_LIBRARY_PATH
51
export FFLAGS="-L${libdir} -Wl,-rpath,${libdir}"
52
53
# Deployment target set by gfortran_utils
0 commit comments