fix how encode versioning is found and stored

This commit is contained in:
2025-10-24 12:06:46 -05:00
parent 829e431fb3
commit 2cc802ff78
3 changed files with 36 additions and 5 deletions

View File

@@ -297,3 +297,8 @@ spinner() {
done
done
}
get_pkgconfig_version() {
local pkg="$1"
pkg-config --modversion "${pkg}"
}