Do not install static libs

There is no need to deploy .a with ardour installations.
This commit is contained in:
Robin Gareus 2020-01-22 00:13:34 +01:00
parent 81c3bf175a
commit 95f3977f07
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 0 additions and 3 deletions

View file

@ -48,7 +48,6 @@ def build(bld):
obj.name = 'zita-resampler'
obj.target = 'zita-resampler'
obj.vnum = ZRESAMPLER_LIB_VERSION
obj.install_path = bld.env['LIBDIR']
obj.defines = [ 'PACKAGE="' + I18N_PACKAGE + '"' ]
def shutdown():