diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-02-09 00:27:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 00:27:08 +0100 |
commit | b480140ce162414582aa185f4378a133684179b7 (patch) | |
tree | 3f3ac9057c646c5ec30669e10268a19056c7d626 /platform/iphone | |
parent | 64c4ce516a9bc501a9e25421b722cd5245a0f5bb (diff) | |
parent | f7529d417dfed775da3de9eeadf7a7a39a21c094 (diff) |
Merge pull request #57825 from Calinou/ios-remove-obsolete-define
Diffstat (limited to 'platform/iphone')
-rw-r--r-- | platform/iphone/detect.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py index 4e4b0d81c3..f442235e7c 100644 --- a/platform/iphone/detect.py +++ b/platform/iphone/detect.py @@ -120,7 +120,6 @@ def configure(env): ) ) env.Append(CPPDEFINES=["NEED_LONG_INT"]) - env.Append(CPPDEFINES=["LIBYUV_DISABLE_NEON"]) # Disable exceptions on non-tools (template) builds if not env["tools"]: |