File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1777,6 +1777,7 @@ def speedup_ROOT_Init():
17771777 if not (args .no_rootinit_speedup == True ):
17781778 print ("setting up ROOT system" )
17791779 os .environ ['ROOT_LDSYSPATH' ] = libpath .decode ()
1780+ os .environ ['CLING_LDSYSPATH' ] = libpath .decode ()
17801781
17811782 # b) the PATH for compiler includes needed by Cling
17821783 cmd = "LC_ALL=C c++ -xc++ -E -v /dev/null 2>&1 | sed -n '/^#include/,${/^ \\ /.*++/{p}}'"
@@ -1787,6 +1788,7 @@ def speedup_ROOT_Init():
17871788 if not (args .no_rootinit_speedup == True ):
17881789 actionlogger .info ("Determined ROOT_CPPSYSINCL=" + joined )
17891790 os .environ ['ROOT_CPPSYSINCL' ] = joined
1791+ os .environ ['CLING_CPPSYSINCL' ] = joined
17901792
17911793 speedup_ROOT_Init ()
17921794
You can’t perform that action at this time.
0 commit comments