summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Palus <jpalus@fastmail.com>2022-05-21 14:08:15 +0200
committerJan Palus <jpalus@fastmail.com>2022-05-21 14:08:15 +0200
commit26f449340548334c4937fc13cf603b970f14864e (patch)
treeec5cb09c2f3290fbf845d0bc6a93bd66104b8894
parente31340c243f034e26e1e876f3f32fc842f5e5b5b (diff)
downloadwebrtc-audio-processing-26f449340548334c4937fc13cf603b970f14864e.tar.gz
build: fix -Dneon=runtime
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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