Skip to content

Commit

Permalink
Edit DYLD_FALLBACK_LIBRARY_PATH for Yosemite OSX.
Browse files Browse the repository at this point in the history
  • Loading branch information
osschar committed Dec 30, 2014
1 parent f912298 commit 199e558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fireworks/Core/scripts/cmsShow
Expand Up @@ -95,7 +95,7 @@ setupEnv()
export CMSSW_DATA_PATH="."
export ROOTSYS=$CMSSW_BASE/external/root
export LD_LIBRARY_PATH=${CMSSW_BASE}/external/gcc/lib64:${ROOTSYS}/lib:${CMSSW_BASE}/external/lib:${CMSSW_BASE}/lib:$LD_LIBRARY_PATH
export DYLD_FALLBACK_LIBRARY_PATH=${LD_LIBRARY_PATH}
export DYLD_FALLBACK_LIBRARY_PATH=/opt/X11/lib:${LD_LIBRARY_PATH}

if [ -n "$DYLD_LIBRARY_PATH" ]; then
echo "Warning: DYLD_LIBRARY_PATH not empty. Unsetting DYLD_LIBRARY_PATH."
Expand Down

0 comments on commit 199e558

Please sign in to comment.