diff --git a/meson.build b/meson.build index 0ca49a8..b8b3e25 100644 --- a/meson.build +++ b/meson.build @@ -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