diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-11-03 09:19:18 +0000 |
|---|---|---|
| committer | cyan <cyjan@mrcyjanek.net> | 2024-11-03 09:19:18 +0000 |
| commit | 3425af022a818ecda0fb859c95272b44a6edac18 (patch) | |
| tree | 4e099c5b9e9418b71c109dd0854fcba4cd7002dc /build_single.sh | |
| parent | c6d46c98bdbd5b4dfbf235a73c9304fcdaecddeb (diff) | |
fix various build issues
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 |
