1
0
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:
Rémi Verschelde
2024-02-19 00:08:07 +01:00
6 changed files with 8 additions and 7 deletions

View File

@@ -67,6 +67,7 @@ def get_doc_path():
def get_flags():
return [
("arch", detect_arch()),
("supported", ["mono"]),
]