mirror of
https://github.com/godotengine/godot.git
synced 2024-11-29 23:53:08 +00:00
WebM: Fix Android armv7 build after #64839
This commit is contained in:
parent
2b1544b4f4
commit
15062a22d4
@ -312,7 +312,8 @@ if webm_cpu_arm:
|
||||
or env["platform"] == "x11"
|
||||
or env["platform"] == "server"
|
||||
):
|
||||
env_libvpx["ASFLAGS"] += "-mfpu=neon"
|
||||
# Append to preserve base ASFLAGS on Android.
|
||||
env_libvpx.Append(ASFLAGS=["-mfpu=neon"])
|
||||
elif env["platform"] == "uwp":
|
||||
env_libvpx["AS"] = "armasm"
|
||||
env_libvpx["ASFLAGS"] = ""
|
||||
|
Loading…
Reference in New Issue
Block a user