From 3425af022a818ecda0fb859c95272b44a6edac18 Mon Sep 17 00:00:00 2001 From: cyan Date: Sun, 3 Nov 2024 09:19:18 +0000 Subject: fix various build issues --- build_single.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_single.sh') 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 -- cgit v1.2.3