fix build of org.freeminer.freeminer
This commit is contained in:
parent
f705160111
commit
d2bd02dbc5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue