Skip to content
Snippets Groups Projects
Commit ef065335 authored by adrien-matta's avatar adrien-matta
Browse files

* Fixing travis build part 7

  - appear to be a missing include in the dictonnary generation
parent a31551ae
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ fi
# Version 5 : generate the dictionnary then the libmap
if [ $version_major -eq 5 ]
then
rootcint -f $2 -c -I../Core -I../Physics $1 $5
rootcint -f $2 -c -I../Core -I../Physics -I../../Core -I../../Physics $1 $5
fi
# Version 6 or more : generate both at once
......
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