mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Do not install static libs
There is no need to deploy .a with ardour installations.
This commit is contained in:
parent
81c3bf175a
commit
95f3977f07
3 changed files with 0 additions and 3 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue