Update .cirrus.yml
This commit is contained in:
parent
cdb11cb14e
commit
3ab8335ebe
|
@ -82,7 +82,7 @@ macos_instance:
|
||||||
task:
|
task:
|
||||||
name: AppleM1/LLVM armv7-androidndk xbuild
|
name: AppleM1/LLVM armv7-androidndk xbuild
|
||||||
compile_script:
|
compile_script:
|
||||||
- brew install --cask android-ndk
|
- brew install android-ndk
|
||||||
- export #PATH=/opt/homebrew/opt/llvm/bin:$PATH
|
- export #PATH=/opt/homebrew/opt/llvm/bin:$PATH
|
||||||
- export #LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
|
- export #LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
|
||||||
- export #CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
|
- export #CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
|
||||||
|
|
Loading…
Reference in New Issue