0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

build: add SONAME to libmpv.so

This commit is contained in:
wm4 2014-02-11 15:24:49 +01:00
parent 37a4e6b583
commit 00bb8083ed

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