Skip to content

Commit

Permalink
add ROOT_INCLUDE_PATH to base module
Browse files Browse the repository at this point in the history
  • Loading branch information
gaede committed Jul 13, 2023
1 parent e64e3ef commit a7aecd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ilcsoft/baseilc.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ def __init__(self, userInput, name, alias):
"CLASSPATH" : [],
"LD_RUN_PATH" : [],
"DT_RUN_PATH" : [],
"MARLIN_DLL" : []
"MARLIN_DLL" : [],
"ROOT_INCLUDE_PATH" : []
}

## fg: this causes problems on (my) mac with Mojave ...
Expand Down

0 comments on commit a7aecd9

Please sign in to comment.