mirror of
https://github.com/mpv-player/mpv
synced 2025-02-02 21:21:33 +00:00
build: print pkg-config query on failure
This commit is contained in:
parent
076037531f
commit
0466ce2f98
@ -103,6 +103,8 @@ def check_pkg_config(*args, **kw_ext):
|
||||
if result:
|
||||
ctx.define(defkey, 1)
|
||||
else:
|
||||
ctx.add_optional_message(dependency_identifier,
|
||||
"'{0}' not found".format(" ".join(sargs)))
|
||||
ctx.undefine(defkey)
|
||||
return result
|
||||
return fn
|
||||
|
Loading…
Reference in New Issue
Block a user