Merge branch 'patch-1' into 'master'

fix build of org.freeminer.freeminer

mispell

See merge request !1321
This commit is contained in:
Daniel Martí 2016-04-03 22:50:14 +00:00
commit 313664ebc5

View file

@ -122,7 +122,7 @@ Build:0.4.13.7.90,91
submodules=yes
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 && \
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
Build:0.4.13.7.90,92