apple-gl: remove compiler requirement after change in compiler model (#49760)
This commit is contained in:
parent
6c78d9cab2
commit
0f4bfda2a1
@ -38,7 +38,4 @@ class AppleGl(AppleGlBase):
|
||||
|
||||
provides("gl@4.1")
|
||||
|
||||
requires(
|
||||
"platform=darwin %apple-clang",
|
||||
msg="Apple-GL is only available on Darwin, when using Apple Clang",
|
||||
)
|
||||
requires("platform=darwin", msg="Apple-GL is only available on Darwin")
|
||||
|
@ -12,7 +12,4 @@ class AppleGlu(AppleGlBase):
|
||||
|
||||
provides("glu@1.3")
|
||||
|
||||
requires(
|
||||
"platform=darwin %apple-clang",
|
||||
msg="Apple-GLU is only available on Darwin, when using Apple Clang",
|
||||
)
|
||||
requires("platform=darwin", msg="Apple-GL is only available on Darwin")
|
||||
|
Loading…
Reference in New Issue
Block a user