From 76bc391cb4ec44c183551db177a1889581abb482 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 11 Mar 2024 21:19:21 +0100 Subject: [PATCH] Update .cirrus.yml --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index b4d56a020..7a13d123f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -91,7 +91,7 @@ macos_instance: task: name: AppleM1/LLVM armv7-androidndk xbuild compile_script: - - #brew install android-ndk + - brew install android-ndk - export #PATH=/opt/homebrew/opt/llvm/bin:$PATH - export #LDFLAGS="-L/opt/homebrew/opt/llvm/lib" - export #CPPFLAGS="-I/opt/homebrew/opt/llvm/include"