Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix icu-i18n pkg-config version check
The pkg_config() helper can either return a tuple of None values (no pkg-config installed) and that was what the check was testing for, but it can also return a tuple of empty strings when the package isn't installed.
- Loading branch information