diff --git a/dist-build/android-build.sh b/dist-build/android-build.sh index c1ff9b95..76eda717 100755 --- a/dist-build/android-build.sh +++ b/dist-build/android-build.sh @@ -43,7 +43,7 @@ echo env - PATH="$PATH" \ "$MAKE_TOOLCHAIN" --force --api="$NDK_API_VERSION_COMPAT" \ - --unified-headers --arch="$ARCH" --install-dir="$TOOLCHAIN_DIR" || exit 1 + --arch="$ARCH" --install-dir="$TOOLCHAIN_DIR" || exit 1 ./configure \ --disable-soname-versions \ @@ -59,7 +59,7 @@ if [ "$NDK_PLATFORM" != "$NDK_PLATFORM_COMPAT" ]; then echo env - PATH="$PATH" \ "$MAKE_TOOLCHAIN" --force --api="$NDK_API_VERSION" \ - --unified-headers --arch="$ARCH" --install-dir="$TOOLCHAIN_DIR" || exit 1 + --arch="$ARCH" --install-dir="$TOOLCHAIN_DIR" || exit 1 ./configure \ --disable-soname-versions \