adding a branch for ROOT 6.x. This needs some minor adaptations due to the new rootcint/rootclang and the stricter c++11.
This commit is contained in:
@ -1040,7 +1040,7 @@ case "$host" in
|
||||
;;
|
||||
*-*-darwin*)
|
||||
ARCH=DARWIN
|
||||
LOCAL_PSIBIN_LIB_CXXFLAGS="${LOCAL_LIB_CXXFLAGS} -D__linux__"
|
||||
LOCAL_PSIBIN_LIB_CXXFLAGS="${LOCAL_LIB_CXXFLAGS} -D_Darwin_"
|
||||
;;
|
||||
*)
|
||||
ARCH=OTHERUNIX
|
||||
|
Reference in New Issue
Block a user