mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
build: also allow building static libraries for e.g. Android/iOS
This commit is contained in:
parent
4e84d9a943
commit
059af7ba32
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ parser = custom_target('gesparselex',
|
|||
command : [flex, '-Ppriv_ges_parse_yy', '--header-file=@OUTPUT1@', '-o', '@OUTPUT0@', '@INPUT@']
|
||||
)
|
||||
|
||||
libges = shared_library('ges-1.0', ges_sources, parser,
|
||||
libges = library('ges-1.0', ges_sources, parser,
|
||||
version : libversion,
|
||||
soversion : soversion,
|
||||
darwin_versions : osxversion,
|
||||
|
|
Loading…
Reference in a new issue