mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +00:00
build: clarified comment
This commit is contained in:
parent
740669a909
commit
778695b188
1 changed files with 1 additions and 1 deletions
|
@ -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..."
|
||||
|
|
Loading…
Reference in a new issue