We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824b37e commit 5e69386Copy full SHA for 5e69386
mason.sh
@@ -214,7 +214,7 @@ elif [ "${MASON_PLATFORM}" = 'android' ]; then
214
MASON_ANDROID_TOOLCHAIN="mips64el-linux-android"
215
export MASON_HOST_ARG="--host=${MASON_ANDROID_TOOLCHAIN}"
216
217
- CFLAGS="-target mips64el-none-linux-android ${CFLAGS}"
+ CFLAGS="-target mips64el-none-linux-android ${CFLAGS} -fno-integrated-as"
218
219
export JNIDIR="mips64"
220
MASON_ANDROID_ARCH="mips64"
0 commit comments