aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-09-19 17:55:34 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-09-19 17:55:34 +0300
commit778695b188499da252eeba4649e7d0951d938635 (patch)
tree7852c7305f83513e8a43c3b3fed1a487ef480d8f
parent740669a909d55e84e34217b57fd0224bb61bc0f1 (diff)
downloadmonzero-gui-778695b188499da252eeba4649e7d0951d938635.tar.gz
monzero-gui-778695b188499da252eeba4649e7d0951d938635.tar.xz
monzero-gui-778695b188499da252eeba4649e7d0951d938635.zip
build: clarified comment
-rwxr-xr-xget_libwallet_api.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh
index 3e6f4933..b8c8d479 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -52,7 +52,7 @@ popd
# unbound is one more dependency. can't be merged to the wallet_merged
# since filename conflict (random.c.obj)
-# for Linux, we use libunbound from repository, so we don't need to build it
+# for Linux, we use libunbound shipped with the system, so we don't need to build it
if [ "$PLATFORM" != "Linux" ]; then
echo "Building libunbound..."