mirror of https://github.com/mpv-player/mpv
build: add SONAME to libmpv.so
This commit is contained in:
parent
37a4e6b583
commit
00bb8083ed
|
@ -446,6 +446,7 @@ def build(ctx):
|
|||
features = "c cshlib syms",
|
||||
export_symbols_regex = 'mpv_.*',
|
||||
install_path = ctx.env.LIBDIR,
|
||||
vnum = "0.0.0",
|
||||
)
|
||||
|
||||
headers = ["client.h"]
|
||||
|
|
Loading…
Reference in New Issue