ROOT should add_include_path virtual glu for consistency. (#45057)
This commit is contained in:
parent
0fb44529bb
commit
b3d82dc3a8
@ -771,7 +771,7 @@ def add_include_path(dep_name):
|
|||||||
add_include_path("xproto")
|
add_include_path("xproto")
|
||||||
if "+opengl" in spec and "platform=darwin" not in spec:
|
if "+opengl" in spec and "platform=darwin" not in spec:
|
||||||
add_include_path("glew")
|
add_include_path("glew")
|
||||||
add_include_path("mesa-glu")
|
add_include_path("glu")
|
||||||
if "platform=darwin" in spec:
|
if "platform=darwin" in spec:
|
||||||
# Newer deployment targets cause fatal errors in rootcling, so
|
# Newer deployment targets cause fatal errors in rootcling, so
|
||||||
# override with an empty value even though it may lead to link
|
# override with an empty value even though it may lead to link
|
||||||
|
Loading…
Reference in New Issue
Block a user