Skip to content
Snippets Groups Projects
Commit acb9555d authored by Axel Naumann's avatar Axel Naumann
Browse files

Fix for Windows

git-svn-id: http://root.cern.ch/svn/root/trunk@27522 27541ba8-7e3a-0410-8455-c3a389f83636
parent e7d8f2d2
No related branches found
No related tags found
No related merge requests found
export PATH=$PWD/bin:$PATH; export LD_LIBRARY_PATH=$PWD/lib:$LD_LIBRARY_PATH; export CINTSYSDIR=$PWD
export PATH=$PWD/bin:$PATH
export LD_LIBRARY_PATH=$PWD/lib:$LD_LIBRARY_PATH
if uname | grep CYGWIN > /dev/null; then
export CINTSYSDIR=`cygpath -m $PWD`
else
export CINTSYSDIR=$PWD
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment