diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-09-14 13:16:48 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-09-14 13:39:05 +0100 |
commit | 7a8a6a06676dcb4066cc81a4e6872281a09bb00d (patch) | |
tree | 220eae7d5ba7ccab6974fc17f5c4d9187ee18c1a /contrib/devtools | |
parent | 712d105e0935d31915c067bb90c54b71f6c5f4f5 (diff) |
doc: Fix comment in `contrib/devtools/check-deps.sh` script
Diffstat (limited to 'contrib/devtools')
-rwxr-xr-x | contrib/devtools/check-deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/devtools/check-deps.sh b/contrib/devtools/check-deps.sh index 3bd48b444a..18d5fe0eb5 100755 --- a/contrib/devtools/check-deps.sh +++ b/contrib/devtools/check-deps.sh @@ -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 |