mirror of https://github.com/mpv-player/mpv
build: install client.h under mpv/ instead of libmpv/
This commit is contained in:
parent
dfc57e6d32
commit
499a67582a
|
@ -463,7 +463,7 @@ def build(ctx):
|
|||
|
||||
headers = ["client.h"]
|
||||
for f in headers:
|
||||
ctx.install_as(ctx.env.INCDIR + '/libmpv/' + f, 'libmpv/' + f)
|
||||
ctx.install_as(ctx.env.INCDIR + '/mpv/' + f, 'libmpv/' + f)
|
||||
|
||||
ctx.install_as(ctx.env.LIBDIR + '/pkgconfig/mpv.pc', 'libmpv/mpv.pc')
|
||||
|
||||
|
|
Loading…
Reference in New Issue