We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
contrib/devtools/check-deps.sh
1 parent 712d105 commit 7a8a6a0Copy full SHA for 7a8a6a0
contrib/devtools/check-deps.sh
@@ -58,7 +58,7 @@ usage() {
58
echo "Usage: $(basename "${BASH_SOURCE[0]}") [BUILD_DIR]"
59
}
60
61
-# Output makefile targets, converting library .a paths to libtool .la targets
+# Output makefile targets, converting library .a paths to CMake targets
62
lib_targets() {
63
for lib in "${!LIBS[@]}"; do
64
for lib_path in ${LIBS[$lib]}; do
0 commit comments