build: fix -Dneon=runtime
This commit is contained in:
parent
e31340c243
commit
26f4493405
@ -199,7 +199,7 @@ if neon_opt != 'no'
|
|||||||
have_neon = true
|
have_neon = true
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
neon_opt += ['-DWEBRTC_DETECT_NEON', '-mfpu=neon']
|
arch_cflags += ['-DWEBRTC_DETECT_NEON', '-mfpu=neon']
|
||||||
have_neon = true
|
have_neon = true
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user