Skip to content
Snippets Groups Projects
Commit df147927 authored by Markus Frank's avatar Markus Frank
Browse files

Fix rootmap and env-check problems on MAC

parent 32a344f1
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ if [ ${Geant4_DIR ]; then
fi
#
#----XercesC LIBRARY_PATH-----------------------------------------------------
if test -n "${XERCESCINSTALL}"; then
if test [ $XERCESCINSTALL ]; then
#dd4hep_add_path PATH ${XERCESCINSTALL}/bin;
dd4hep_add_library_path ${XERCESCINSTALL}/lib;
fi;
......
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