Skip to content

Commit b3fbca1

Browse files
authored
Merge pull request #110898 from Calinou/macos-26-fix-build-3.x
[3.x] Fix build on macOS 26 by removing AGL framework link
2 parents d0dbb2f + b86295c commit b3fbca1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

platform/osx/detect.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ def configure(env):
197197
"-framework",
198198
"OpenGL",
199199
"-framework",
200-
"AGL",
201-
"-framework",
202200
"AudioUnit",
203201
"-framework",
204202
"CoreAudio",

0 commit comments

Comments
 (0)