mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
get_libwallet_api.sh: fix comment referencing the wrong library
This commit is contained in:
parent
8b97eed79c
commit
986275c42c
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ eval make -C $MONERO_DIR/build/$BUILD_TYPE/contrib/epee all install
|
||||||
# install easylogging
|
# install easylogging
|
||||||
eval make -C $MONERO_DIR/build/$BUILD_TYPE/external/easylogging++ all install
|
eval make -C $MONERO_DIR/build/$BUILD_TYPE/external/easylogging++ all install
|
||||||
|
|
||||||
# Install libunwind
|
# Install libunbound
|
||||||
echo "Installing libunbound..."
|
echo "Installing libunbound..."
|
||||||
pushd $MONERO_DIR/build/$BUILD_TYPE/external/unbound
|
pushd $MONERO_DIR/build/$BUILD_TYPE/external/unbound
|
||||||
# no need to make, it was already built as dependency for libwallet
|
# no need to make, it was already built as dependency for libwallet
|
||||||
|
|
Loading…
Reference in a new issue