From 778695b188499da252eeba4649e7d0951d938635 Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Mon, 19 Sep 2016 17:55:34 +0300 Subject: [PATCH] build: clarified comment --- get_libwallet_api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."