1
0
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:
Stefano Pigozzi 2013-11-24 16:00:36 +01:00
parent d8f1a57876
commit efa7f8f376

View File

@ -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