ROOT should add_include_path virtual glu for consistency. (#45057)

This commit is contained in:
Karol Krizka 2024-07-23 20:12:54 +01:00 committed by GitHub
parent 0fb44529bb
commit b3d82dc3a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -771,7 +771,7 @@ def add_include_path(dep_name):
add_include_path("xproto")
if "+opengl" in spec and "platform=darwin" not in spec:
add_include_path("glew")
add_include_path("mesa-glu")
add_include_path("glu")
if "platform=darwin" in spec:
# Newer deployment targets cause fatal errors in rootcling, so
# override with an empty value even though it may lead to link