You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Support MIME types in file dialog filters on macOS and Linux.
This commit is contained in:
@@ -217,6 +217,8 @@ def configure(env: "SConsEnvironment"):
|
||||
"QuartzCore",
|
||||
"-framework",
|
||||
"Security",
|
||||
"-framework",
|
||||
"UniformTypeIdentifiers",
|
||||
]
|
||||
)
|
||||
env.Append(LIBS=["pthread", "z"])
|
||||
|
||||
Reference in New Issue
Block a user