fix: how dare you do this to me

This commit is contained in:
Lucaskyy 2022-06-16 23:00:16 +02:00
parent 37803f5ec1
commit 70c0e62520
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ compileAapt2() {
-DCMAKE_BUILD_WITH_INSTALL_RPATH=True \
-DCMAKE_SYSROOT="$NDK_TOOLCHAIN/sysroot" \
-DCMAKE_BUILD_TYPE=Release \
-DARCH="$arch" \
-DANDROID_ABI="$arch" \
.. || exit 1
ninja -j16 || exit 1