From e008fc3ee385a7c3bb2b64802bfa0121718ff3b0 Mon Sep 17 00:00:00 2001 From: Mathias-Boulay Date: Sat, 15 Jun 2024 19:09:26 +0200 Subject: [PATCH] fix(build): x86 build --- 6_buildjdk.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/6_buildjdk.sh b/6_buildjdk.sh index a6a2e20..afc3602 100755 --- a/6_buildjdk.sh +++ b/6_buildjdk.sh @@ -35,6 +35,7 @@ if [[ "$BUILD_IOS" != "1" ]]; then platform_args="--with-toolchain-type=gcc \ --with-freetype-include=$FREETYPE_DIR/include/freetype2 \ --with-freetype-lib=$FREETYPE_DIR/lib \ + --build=x86_64-unknown-linux-gnu \ OBJCOPY=${OBJCOPY} \ RANLIB=${RANLIB} \ AR=${AR} \