Skip to content

Commit b6ca678

Browse files
Update setup.sh
bugfix
1 parent 7556dc4 commit b6ca678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ "${0}" != "${BASH_SOURCE}" ]; then
66
fi
77
export PYTHONPATH=$PWD:$PYTHONPATH
88
export LD_LIBRARY_PATH=$PWD/install/lib:$LD_LIBRARY_PATH
9-
export ROOT_INCLUDE_PATH=$PWD/install/include/FCCAnalyses:$ROOT_INCLUDE_PATH
9+
export ROOT_INCLUDE_PATH=$PWD/install/include:$ROOT_INCLUDE_PATH
1010
export LOCAL_DIR=$PWD
1111
export LD_LIBRARY_PATH=`python -m awkward.config --libdir`:$LD_LIBRARY_PATH
1212
else

0 commit comments

Comments
 (0)