From 3768cd47d697952af226933414fd41095b1056b4 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 8 May 2021 13:08:46 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2a7ce6bf4..506def43d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -148,7 +148,7 @@ jobs: - script: | brew update brew install --cask android-ndk - ls /usr/local/share/android-ndk/platforms + ls /usr/local/share/android-ndk/toolchains/llvm/prebuilt export PATH=$(ANDROID_NDK_HOME)/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin:$(ANDROID_NDK_HOME)/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH make TARGET=ARMV7 ONLY_CBLAS=1 AR=ar CC="clang ${CLANG_FLAGS}" HOSTCC=gcc ARM_SOFTFP_ABI=1 -j4