Skip to content
Snippets Groups Projects
Commit 61150407 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Change DYLD by DYLD_FALLBACK

parent f74faa15
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ if [ -z "${BOB_PREFIX_PATH}" ]; then
fi
LD_LIBRARY_PATH=${BOB_PREFIX_PATH}/lib
if [ "${ARCH}" == "macosx" ]; then
DYLD_LIBRARY_PATH=${BOB_PREFIX_PATH}/lib
DYLD_FALLBACK_LIBRARY_PATH=${BOB_PREFIX_PATH}/lib
fi
if [ -z "${PYPISERVER}" ]; then
......@@ -258,7 +258,7 @@ check_env CONDA_FOLDER
check_env VIRTUALENV_PATH
export_env LD_LIBRARY_PATH
if [ "${ARCH}" == "macosx" ]; then
export_env DYLD_LIBRARY_PATH
export_env DYLD_FALLBACK_LIBRARY_PATH
fi
export_env BOB_PREFIX_PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment