From f1790450e4072d4682d5ac6fac2db49fa00bf687 Mon Sep 17 00:00:00 2001 From: Javernaut Date: Sat, 18 Jul 2020 09:16:21 +0300 Subject: [PATCH] Libvpx. Specifying target as generic-gnu --- scripts/libvpx/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/libvpx/build.sh b/scripts/libvpx/build.sh index cec0f5e..4bcda9b 100755 --- a/scripts/libvpx/build.sh +++ b/scripts/libvpx/build.sh @@ -1,6 +1,5 @@ #!/usr/bin/env bash -CROSS=${CROSS_PREFIX_WITH_PATH} \ CC=${FAM_CC} \ CXX=${FAM_CXX} \ AR=${FAM_AR} \ @@ -10,6 +9,7 @@ STRIP=${FAM_STRIP} \ NM=${FAM_NM} \ ./configure \ --prefix=${INSTALL_DIR} \ + --target=generic-gnu \ --enable-pic \ --disable-ccache \ --disable-debug \