Browse Source

Fix build under Linux arm64

Signed-off-by: falkTX <falktx@falktx.com>
tags/23.07
falkTX 2 years ago
parent
commit
7c7d849634
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      deps/Makefile

+ 1
- 0
deps/Makefile View File

@@ -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)

# --------------------------------------------------------------


Loading…
Cancel
Save