mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
issue_1: fix push error
This commit is contained in:
parent
270a637924
commit
0a2e02bb4d
1 changed files with 8 additions and 7 deletions
|
@ -238,12 +238,13 @@ eval make -C $MONERO_DIR/build/$BUILD_TYPE/external/easylogging++ all install
|
||||||
eval make -C $MONERO_DIR/build/$BUILD_TYPE/external/db_drivers/liblmdb all install
|
eval make -C $MONERO_DIR/build/$BUILD_TYPE/external/db_drivers/liblmdb all install
|
||||||
|
|
||||||
# Install libunbound
|
# Install libunbound
|
||||||
echo "Installing libunbound..."
|
if [ -d $MONERO_DIR/build/$BUILD_TYPE/external/unbound ]; then
|
||||||
pushd $MONERO_DIR/build/$BUILD_TYPE/external/unbound
|
echo "Installing libunbound..."
|
||||||
# no need to make, it was already built as dependency for libwallet
|
pushd $MONERO_DIR/build/$BUILD_TYPE/external/unbound
|
||||||
# make -j$CPU_CORE_COUNT
|
# no need to make, it was already built as dependency for libwallet
|
||||||
$make_exec install -j$CPU_CORE_COUNT
|
# make -j$CPU_CORE_COUNT
|
||||||
popd
|
$make_exec install -j$CPU_CORE_COUNT
|
||||||
|
popd
|
||||||
|
fi
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue