mirror of
https://github.com/mpv-player/mpv
synced 2025-02-03 13:41:49 +00:00
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",
|
features = "c cshlib syms",
|
||||||
export_symbols_regex = 'mpv_.*',
|
export_symbols_regex = 'mpv_.*',
|
||||||
install_path = ctx.env.LIBDIR,
|
install_path = ctx.env.LIBDIR,
|
||||||
|
vnum = "0.0.0",
|
||||||
)
|
)
|
||||||
|
|
||||||
headers = ["client.h"]
|
headers = ["client.h"]
|
||||||
|
Loading…
Reference in New Issue
Block a user