fix installation of NDK in armv7 crossbuild
This commit is contained in:
parent
4944148e66
commit
ed0321563a
|
@ -89,11 +89,11 @@ task:
|
||||||
type: text/plain
|
type: text/plain
|
||||||
|
|
||||||
macos_instance:
|
macos_instance:
|
||||||
image: ghcr.io/cirruslabs/macos-monterey-xcode:latest
|
image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest
|
||||||
task:
|
task:
|
||||||
name: AppleM1/LLVM armv7-androidndk xbuild
|
name: AppleM1/LLVM armv7-androidndk xbuild
|
||||||
compile_script:
|
compile_script:
|
||||||
- brew install android-ndk
|
- brew install --cask 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