You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #88245 from shana/simplify-mono-support-detection
C#: Let platforms signal if they support the mono module or not
This commit is contained in:
@@ -51,6 +51,7 @@ def get_flags():
|
||||
("arch", "arm64"), # Default for convenience.
|
||||
("target", "template_debug"),
|
||||
("use_volk", False),
|
||||
("supported", ["mono"]),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user