From 613b3b51ee495ce46d64658f65889652387e4ff9 Mon Sep 17 00:00:00 2001 From: mdrokz <33598169+mdrokz@users.noreply.github.com> Date: Thu, 30 Dec 2021 17:11:18 +0530 Subject: [PATCH] fix host --- scripts/libwebp/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/libwebp/build.sh b/scripts/libwebp/build.sh index 809b5fb..ec17098 100644 --- a/scripts/libwebp/build.sh +++ b/scripts/libwebp/build.sh @@ -4,7 +4,7 @@ export CC=${FAM_CC} ./configure \ --prefix=${INSTALL_DIR} \ - --host=${TARGET} \ + --host=${TARGET_TRIPLE_MACHINE_ARCH}-linux-android \ --with-sysroot=${SYSROOT_PATH} \ --target=${TARGET} || exit 1