diff options
Diffstat (limited to 'platform/ios/detect.py')
-rw-r--r-- | platform/ios/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/detect.py b/platform/ios/detect.py index ecd1f3d32d..989a7f21f3 100644 --- a/platform/ios/detect.py +++ b/platform/ios/detect.py @@ -52,7 +52,7 @@ def get_flags(): "target": "template_debug", "use_volk": False, "metal": True, - "supported": ["mono"], + "supported": ["metal", "mono"], "builtin_pcre2_with_jit": False, } |