fix(build): x86 build

This commit is contained in:
Mathias-Boulay 2024-06-15 19:09:26 +02:00
parent e49aca792a
commit e008fc3ee3

View File

@ -35,6 +35,7 @@ if [[ "$BUILD_IOS" != "1" ]]; then
platform_args="--with-toolchain-type=gcc \ platform_args="--with-toolchain-type=gcc \
--with-freetype-include=$FREETYPE_DIR/include/freetype2 \ --with-freetype-include=$FREETYPE_DIR/include/freetype2 \
--with-freetype-lib=$FREETYPE_DIR/lib \ --with-freetype-lib=$FREETYPE_DIR/lib \
--build=x86_64-unknown-linux-gnu \
OBJCOPY=${OBJCOPY} \ OBJCOPY=${OBJCOPY} \
RANLIB=${RANLIB} \ RANLIB=${RANLIB} \
AR=${AR} \ AR=${AR} \