build: add SONAME to libmpv.so

This commit is contained in:
wm4 2014-02-11 15:24:49 +01:00
parent 37a4e6b583
commit 00bb8083ed
1 changed files with 1 additions and 0 deletions

View File

@ -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"]