mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Merge branch 'patch-1' into 'master'
fix build of org.freeminer.freeminer mispell See merge request !1321
This commit is contained in:
commit
313664ebc5
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ Build:0.4.13.7.90,91
|
||||||
submodules=yes
|
submodules=yes
|
||||||
output=bin/freeminer-release-unsigned.apk
|
output=bin/freeminer-release-unsigned.apk
|
||||||
build=printf "%s\n%s\n%s" "ANDROID_NDK = $$NDK$$" "NDK_MODULE_PATH = $$NDK$$/toolchains" "SDKFOLDER = $$SDK$$" > path.cfg && \
|
build=printf "%s\n%s\n%s" "ANDROID_NDK = $$NDK$$" "NDK_MODULE_PATH = $$NDK$$/toolchains" "SDKFOLDER = $$SDK$$" > path.cfg && \
|
||||||
for n in 1 2 3; do make -j $(nproc || sysctl -n hw.ncpu || echo 2) TARGET_arm64=1=1 && \
|
for n in 1 2 3; do make -j $(nproc || sysctl -n hw.ncpu || echo 2) TARGET_arm64=1 && \
|
||||||
break; done
|
break; done
|
||||||
|
|
||||||
Build:0.4.13.7.90,92
|
Build:0.4.13.7.90,92
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue