mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +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:
|
if not result:
|
||||||
defkey = DependencyInflector(dependency_identifier).define_key()
|
defkey = DependencyInflector(dependency_identifier).define_key()
|
||||||
ctx.undefine(defkey)
|
ctx.undefine(defkey)
|
||||||
return False
|
|
||||||
return result
|
return result
|
||||||
return fn
|
return fn
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user