mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05: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