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.

(cherry picked from commit b86295c8b9)
This commit is contained in:
Hugo Locurcio
2025-09-25 16:57:38 +02:00
committed by lawnjelly
parent 08abae7351
commit 6f2f053234

View File

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