Fix build under Linux arm64

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-06-11 21:22:53 +02:00
parent 4edf85ab92
commit 7c7d849634
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

1
deps/Makefile vendored
View file

@ -139,6 +139,7 @@ CONFIGURE += --disable-alsa
# NOTE speex fails to build when neon is enabled, so we disable that # NOTE speex fails to build when neon is enabled, so we disable that
CONFIGURE += --disable-neon CONFIGURE += --disable-neon
# NOTE libsamplerate fails with invalid host, so we force ac_cv_host # NOTE libsamplerate fails with invalid host, so we force ac_cv_host
CONFIGURE += ac_cv_build=$(TARGET_MACHINE)
CONFIGURE += ac_cv_host=$(TARGET_MACHINE) CONFIGURE += ac_cv_host=$(TARGET_MACHINE)
# -------------------------------------------------------------- # --------------------------------------------------------------