]> git.tdb.fi Git - builder.git/commit
Make PackageManager::run_pkgconfig fail on Windows
authorMikko Rasa <tdb@tdb.fi>
Wed, 4 Jan 2023 10:38:30 +0000 (12:38 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 4 Jan 2023 10:38:30 +0000 (12:38 +0200)
commitdf81c0b33cdd48b7c5665cfb9962334e78fce5b5
tree0b30f8ba4ebfd97258695c26b7f335b60d5a5c24
parent52719526cc36271872280b987c7bf2393073f98b
Make PackageManager::run_pkgconfig fail on Windows

... instead of returning an empty string which would be interpreted as a
successful result and used to create bogus binary packages.
source/lib/packagemanager.cpp