Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
bugfix
  • Loading branch information
clementhelsens committed May 19, 2022
1 parent 7556dc4 commit b6ca678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ "${0}" != "${BASH_SOURCE}" ]; then
fi
export PYTHONPATH=$PWD:$PYTHONPATH
export LD_LIBRARY_PATH=$PWD/install/lib:$LD_LIBRARY_PATH
export ROOT_INCLUDE_PATH=$PWD/install/include/FCCAnalyses:$ROOT_INCLUDE_PATH
export ROOT_INCLUDE_PATH=$PWD/install/include:$ROOT_INCLUDE_PATH
export LOCAL_DIR=$PWD
export LD_LIBRARY_PATH=`python -m awkward.config --libdir`:$LD_LIBRARY_PATH
else
Expand Down

0 comments on commit b6ca678

Please sign in to comment.