build: fix -Dneon=runtime

This commit is contained in:
Jan Palus 2022-05-21 14:08:15 +02:00
parent e31340c243
commit 26f4493405
No known key found for this signature in database
GPG Key ID: AF176E5122D88062

View File

@ -199,7 +199,7 @@ if neon_opt != 'no'
have_neon = true
endif
else
neon_opt += ['-DWEBRTC_DETECT_NEON', '-mfpu=neon']
arch_cflags += ['-DWEBRTC_DETECT_NEON', '-mfpu=neon']
have_neon = true
endif
endif