mirror of https://github.com/mpv-player/mpv
build: fix version in mpv.pc
This commit is contained in:
parent
a0347e0651
commit
8737ca9582
|
@ -459,7 +459,7 @@ def build(ctx):
|
|||
PREFIX = ctx.env.PREFIX,
|
||||
LIBDIR = ctx.env.LIBDIR,
|
||||
INCDIR = ctx.env.INCDIR,
|
||||
vnum = "0.0.0",
|
||||
VERSION = ctx.env.VERSION,
|
||||
)
|
||||
|
||||
headers = ["client.h"]
|
||||
|
|
Loading…
Reference in New Issue