1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix build on macOS 26 by removing AGL framework link

Previously, a link error occurred as we'd be trying to link
against a nonexistent framework. AGL was removed in macOS Tahoe
since the first beta.
This commit is contained in:
Hugo Locurcio
2025-09-25 16:57:38 +02:00
parent d0dbb2f0af
commit b86295c8b9

View File

@@ -197,8 +197,6 @@ def configure(env):
"-framework",
"OpenGL",
"-framework",
"AGL",
"-framework",
"AudioUnit",
"-framework",
"CoreAudio",