Skip to content

Commit 71d4bf3

Browse files
committed
do not export DYLD_LIBRARY_PATH
1 parent a6cc449 commit 71d4bf3

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
@@ -47,7 +47,7 @@ function before_build {
4747
which ${FC}
4848
${FC} --version
4949
local libdir=/opt/gfortran/gfortran-darwin-${PLAT}-native/lib
50-
export DYLD_LIBRARY_PATH=$libdir:$DYLD_LIBRARY_PATH
50+
# export DYLD_LIBRARY_PATH=$libdir:$DYLD_LIBRARY_PATH
5151
export FFLAGS="-L${libdir} -Wl,-rpath,${libdir}"
5252

5353
# Deployment target set by gfortran_utils

0 commit comments

Comments
 (0)