Skip to content

Commit

Permalink
Update .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Oct 9, 2024
1 parent 5a89a0b commit 298af5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ task:
compile_script:
- brew install --cask android-ndk
- export ANDROID_NDK_HOME="/System/Volumes/Data/opt/homebrew/share/android-ndk"
- ls /System/Volumes/Data/opt/homebrew/share/android-ndk
- ls /System/Volumes/Data/opt/homebrew/share/android-ndk/prebuilt
- #find / -name "*android-ndk*"
- äfind /opt/homebrew -name "armv7a-linux-androideabi*-ranlib"
- export CC=/System/Volumes/Data/opt/homebrew/share/android-ndk/27b/AndroidNDK*.app/Contents/NDK/toolchains/llvm/prebuilt/darwin-x86_64/bin/armv7a-linux-androideabi23-clang
- #find /opt/homebrew -name "armv7a-linux-androideabi*-ranlib"
- export CC=/System/Volumes/Data/opt/homebrew/share/android-ndk/prebuilt/27b/AndroidNDK*.app/Contents/NDK/toolchains/llvm/prebuilt/darwin-x86_64/bin/armv7a-linux-androideabi23-clang
- make TARGET=ARMV7 ARM_SOFTFP_ABI=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1 RANLIB="ls -l"
always:
config_artifacts:
Expand Down

0 comments on commit 298af5e

Please sign in to comment.