From c60b82e6085c330ddbf080170a26eed276e5f6c6 Mon Sep 17 00:00:00 2001 From: fuwa Date: Tue, 28 Apr 2020 22:48:39 +0800 Subject: [PATCH] only build daemon --- etc/scripts/build-external-libs/wownero/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/scripts/build-external-libs/wownero/build.sh b/etc/scripts/build-external-libs/wownero/build.sh index fe78d7c..d057b43 100755 --- a/etc/scripts/build-external-libs/wownero/build.sh +++ b/etc/scripts/build-external-libs/wownero/build.sh @@ -93,7 +93,7 @@ for arch in ${archs[@]}; do -D CMAKE_ANDROID_STANDALONE_TOOLCHAIN="${TOOLCHAIN_DIR}" \ -D CMAKE_ANDROID_ARCH_ABI="arm64-v8a" \ -D MANUAL_SUBMODULES=ON \ - ../.. && make -j${NPROC} + ../.. && make -j${NPROC} daemon ) popd