summaryrefslogtreecommitdiffstats
path: root/platform/ios
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-19 00:08:07 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-19 00:08:07 +0100
commit033821c59576aa1286441aa3a224e2b16c1818e3 (patch)
tree8faecd2b582bb57f8e2397ae566c71f7da69a7e0 /platform/ios
parent0f0515a75fec37b2a4af70760c9be99cea781198 (diff)
parent21e524a798bf3c3728f63657ff2e7a79f6de9ee6 (diff)
downloadredot-engine-033821c59576aa1286441aa3a224e2b16c1818e3.tar.gz
Merge pull request #88245 from shana/simplify-mono-support-detection
C#: Let platforms signal if they support the mono module or not
Diffstat (limited to 'platform/ios')
-rw-r--r--platform/ios/detect.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/detect.py b/platform/ios/detect.py
index 9f929ddf0a..4d6e3ae9ba 100644
--- a/platform/ios/detect.py
+++ b/platform/ios/detect.py
@@ -51,6 +51,7 @@ def get_flags():
("arch", "arm64"), # Default for convenience.
("target", "template_debug"),
("use_volk", False),
+ ("supported", ["mono"]),
]