Skip to content
Snippets Groups Projects
Commit 9033caee authored by Ulrich Schwickerath's avatar Ulrich Schwickerath
Browse files

update library counts after removal of libGlw and libVk

parent ee6e526c
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ if [[ ! -z "${GROUP_DIR}" ]]; then
rc=2
fi
# count testing libraries
elibs=575
elibs=573
flibs=`find . -name \*.a | wc -l`
if [ "x$elibs" = "x$flibs" ]; then
echo "All expected $elibs libraries have been created"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment