build: also allow building static libraries for e.g. Android/iOS

This commit is contained in:
Matthew Waters 2018-12-10 13:28:16 +11:00
parent 4e84d9a943
commit 059af7ba32

View file

@ -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,