mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 00:43:18 +01:00
don't install static library libsmf.a
This commit is contained in:
parent
00e59940c8
commit
1e5c5e6bdf
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ def build(bld):
|
|||
libsmf.name = 'libsmf'
|
||||
libsmf.target = 'smf'
|
||||
libsmf.uselib = 'GLIB'
|
||||
libsmf.install_path = bld.env['LIBDIR']
|
||||
libsmf.install_path = None
|
||||
if bld.env['build_target'] != 'mingw':
|
||||
libsmf.cxxflags = [ '-fPIC' ]
|
||||
libsmf.cflags = [ '-fPIC' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue