mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 00:07:33 +00:00
build: make waf append pkgconfig flags as-is [2]
fixup commit... removes a redundant `return`
This commit is contained in:
parent
d8f1a57876
commit
efa7f8f376
@ -81,7 +81,6 @@ def check_pkg_config(*args, **kw_ext):
|
||||
if not result:
|
||||
defkey = DependencyInflector(dependency_identifier).define_key()
|
||||
ctx.undefine(defkey)
|
||||
return False
|
||||
return result
|
||||
return fn
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user