doc: Fix comment in `contrib/devtools/check-deps.sh` script

pull/30902/head
Hennadii Stepanov 2 months ago
parent 712d105e09
commit 7a8a6a0667
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -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…
Cancel
Save