From 41a6c6bb932823a9a25a0a1ee6e5bc0a5adffeb0 Mon Sep 17 00:00:00 2001 From: psi29a Date: Sun, 14 Nov 2021 10:53:35 +0000 Subject: [PATCH] woops --- CI/before_script.android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/before_script.android.sh b/CI/before_script.android.sh index fda7ce49c8..bdf7d4a244 100755 --- a/CI/before_script.android.sh +++ b/CI/before_script.android.sh @@ -10,7 +10,7 @@ cmake \ -DCMAKE_TOOLCHAIN_FILE=/android-ndk-r22/build/cmake/android.toolchain.cmake \ -DANDROID_ABI=arm64-v8a \ -DANDROID_PLATFORM=android-21 \ --DANDROID_LD=deprecated +-DANDROID_LD=deprecated \ -DCMAKE_C_COMPILER_LAUNCHER=ccache \ -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \ -DCMAKE_INSTALL_PREFIX=install \