diff options
Diffstat (limited to 'build_single.sh')
| -rwxr-xr-x | build_single.sh | 2 |
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 |
