Skip to content
Snippets Groups Projects
Commit c285605d authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Add DYLD_LIBRARY_PATH to setup.sh for MacOSX

parent 22d46e08
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,8 @@ export HCANALYZER=${MYDIR}
if [ ! ${LD_LIBRARY_PATH} ]; then
export LD_LIBRARY_PATH=""
fi
if [ ! ${DYLD_LIBRARY_PATH} ]; then
export DYLD_LIBRARY_PATH=""
fi
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ANALYZER:$HCANALYZER
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$ANALYZER:$HCANALYZER
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