Skip to content

Commit e4bc5e4

Browse files
authored
remove stray quote
1 parent b89fb96 commit e4bc5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ task:
9494
name: AppleM1/LLVM armv7-androidndk xbuild
9595
compile_script:
9696
- brew install --cask android-ndk
97-
- export ANDROID_NDK_HOME="/opt/homebrew/share/android-ndk""
97+
- export ANDROID_NDK_HOME="/opt/homebrew/share/android-ndk"
9898
- export CC=/opt/homebrew/share/android-ndk/toolchains/llvm/prebuilt/darwin-x86_64/bin/armv7a-linux-androideabi23-clang
9999
- make TARGET=ARMV7 ARM_SOFTFP_ABI=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1 RANLIB="ls -l"
100100
always:

0 commit comments

Comments
 (0)