summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2023-09-30 15:03:36 +0200
committerXavier Claessens <xclaesse@gmail.com>2023-09-30 14:57:33 -0400
commitd7b25662ce5c7f9831b003581054e174b97c4865 (patch)
tree66f79539f34b87ca546554b15190c69bd881219a /packaging
parent184927eaf57042d617c18ca76c05b147952f745a (diff)
downloadmeson-d7b25662ce5c7f9831b003581054e174b97c4865.tar.gz
find_tool: don't assume the pkgconfig variable is a valid command
ExternalProgram currently assumes that if a command is passed it exists and can be used as is. In case we extract the path from pkgconfig the path might not exist, on Windows it might be missing the ".exe" suffix. By passing the variables as a name ExternalProgram will validate that the command exists at configure time and will fail if not, and it will try to fixup the command by appending .exe etc. Fixes #12271
Diffstat (limited to 'packaging')
0 files changed, 0 insertions, 0 deletions