mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 01:42:58 +01:00
doc: Fix comment in contrib/devtools/check-deps.sh
script
This commit is contained in:
parent
712d105e09
commit
7a8a6a0667
@ -58,7 +58,7 @@ usage() {
|
||||
echo "Usage: $(basename "${BASH_SOURCE[0]}") [BUILD_DIR]"
|
||||
}
|
||||
|
||||
# Output makefile targets, converting library .a paths to libtool .la targets
|
||||
# Output makefile targets, converting library .a paths to CMake targets
|
||||
lib_targets() {
|
||||
for lib in "${!LIBS[@]}"; do
|
||||
for lib_path in ${LIBS[$lib]}; do
|
||||
|
Loading…
Reference in New Issue
Block a user