forked from Public/monero-gui
issue_1: fix push error
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user