From 7c7d84963400ef35595f0144006e0f748b49fb05 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 11 Jun 2023 21:22:53 +0200 Subject: [PATCH] Fix build under Linux arm64 Signed-off-by: falkTX --- deps/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/Makefile b/deps/Makefile index 67880ad..7ef158c 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -139,6 +139,7 @@ CONFIGURE += --disable-alsa # NOTE speex fails to build when neon is enabled, so we disable that CONFIGURE += --disable-neon # NOTE libsamplerate fails with invalid host, so we force ac_cv_host +CONFIGURE += ac_cv_build=$(TARGET_MACHINE) CONFIGURE += ac_cv_host=$(TARGET_MACHINE) # --------------------------------------------------------------