Merge pull request #57825 from Calinou/ios-remove-obsolete-define

This commit is contained in:
Rémi Verschelde 2022-02-09 00:27:08 +01:00 committed by GitHub
commit b480140ce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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"]: