summaryrefslogtreecommitdiffstats
path: root/platform/android
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/android
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/android')
-rw-r--r--platform/android/detect.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py
index 98b3ecdeff..fea8ec3287 100644
--- a/platform/android/detect.py
+++ b/platform/android/detect.py
@@ -69,6 +69,7 @@ def get_flags():
return [
("arch", "arm64"), # Default for convenience.
("target", "template_debug"),
+ ("supported", ["mono"]),
]