diff --git a/build_gmp.sh b/build_gmp.sh index 2a02943..bb23709 100755 --- a/build_gmp.sh +++ b/build_gmp.sh @@ -262,7 +262,7 @@ build_ios() mkdir "$BUILD_DIR" cd "$BUILD_DIR" - ../configure --host $TARGET --prefix="$PACKAGE_DIR" --with-pic --disable-fft && + ../configure --host $TARGET --prefix="$PACKAGE_DIR" --with-pic --disable-fft --disable-assembly && make -j${NPROC} && make install