mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 06:33:16 +00:00
Remove obsolete define in the iOS buildsystem code
This define was used by the WebM/libvpx code, but it's now removed in `master`.
This commit is contained in:
parent
a5963500b9
commit
f7529d417d
@ -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"]:
|
||||
|
Loading…
Reference in New Issue
Block a user