summaryrefslogtreecommitdiffstats
path: root/platform
diff options
context:
space:
mode:
Diffstat (limited to 'platform')
-rw-r--r--platform/android/detect.py2
-rw-r--r--platform/ios/detect.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py
index ed0ceb5862..0b182aca90 100644
--- a/platform/android/detect.py
+++ b/platform/android/detect.py
@@ -68,7 +68,7 @@ def get_min_target_api():
def get_flags():
return {
- "arch": "arm64", # Default for convenience.
+ "arch": "arm64",
"target": "template_debug",
"supported": ["mono"],
}
diff --git a/platform/ios/detect.py b/platform/ios/detect.py
index 35e1b9cd6d..53b367a0a7 100644
--- a/platform/ios/detect.py
+++ b/platform/ios/detect.py
@@ -48,7 +48,7 @@ def get_doc_path():
def get_flags():
return {
- "arch": "arm64", # Default for convenience.
+ "arch": "arm64",
"target": "template_debug",
"use_volk": False,
"supported": ["mono"],