summaryrefslogtreecommitdiff
path: root/build_single.sh
diff options
context:
space:
mode:
authorcyan <cyjan@mrcyjanek.net>2024-11-03 09:19:18 +0000
committercyan <cyjan@mrcyjanek.net>2024-11-03 09:19:18 +0000
commit3425af022a818ecda0fb859c95272b44a6edac18 (patch)
tree4e099c5b9e9418b71c109dd0854fcba4cd7002dc /build_single.sh
parentc6d46c98bdbd5b4dfbf235a73c9304fcdaecddeb (diff)
fix various build issues
Diffstat (limited to 'build_single.sh')
-rwxr-xr-xbuild_single.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_single.sh b/build_single.sh
index ee25b39..31e16f9 100755
--- a/build_single.sh
+++ b/build_single.sh
@@ -370,7 +370,7 @@ pushd $repo/build/${HOST_ABI}
then
CC=gcc CXX=g++ make $NPROC
else
- CC=gcc CXX=g++ make version common crypto currency_core ethash lmdb mdbx rpc stratum tor-connect wallet zlibstatic $NPROC
+ CC=gcc CXX=g++ make libminiupnpc-static version common crypto currency_core ethash lmdb mdbx rpc stratum tor-connect wallet zlibstatic $NPROC
fi
else
CC=gcc CXX=g++ make wallet_api $NPROC