build: clarified comment

This commit is contained in:
Ilya Kitaev 2016-09-19 17:55:34 +03:00
parent 740669a909
commit 778695b188

View file

@ -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..."