diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-09-19 17:55:34 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-09-19 17:55:34 +0300 |
| commit | 778695b188499da252eeba4649e7d0951d938635 (patch) | |
| tree | 7852c7305f83513e8a43c3b3fed1a487ef480d8f | |
| parent | 740669a909d55e84e34217b57fd0224bb61bc0f1 (diff) | |
| download | monzero-gui-778695b188499da252eeba4649e7d0951d938635.tar.gz monzero-gui-778695b188499da252eeba4649e7d0951d938635.tar.xz monzero-gui-778695b188499da252eeba4649e7d0951d938635.zip | |
build: clarified comment
| -rwxr-xr-x | get_libwallet_api.sh | 2 |
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..." |
