You've already forked godot
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:
@@ -197,8 +197,6 @@ def configure(env):
|
||||
"-framework",
|
||||
"OpenGL",
|
||||
"-framework",
|
||||
"AGL",
|
||||
"-framework",
|
||||
"AudioUnit",
|
||||
"-framework",
|
||||
"CoreAudio",
|
||||
|
||||
Reference in New Issue
Block a user