mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
fix static library build
This commit is contained in:
parent
6103035594
commit
dd9e646b40
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ def build(bld):
|
|||
# macros for this shared library
|
||||
audiographer.defines = [ 'LIBAUDIOGRAPHER_DLL_EXPORTS=1' ]
|
||||
else:
|
||||
audiographer = bld.stlib(features = 'c cxx cstlib cxxstlib', source=libardour_sources)
|
||||
audiographer = bld.stlib(features = 'c cxx cstlib cxxstlib', source=audiographer_sources)
|
||||
audiographer.cxxflags = [ '-fPIC' ]
|
||||
audiographer.cflags = [ '-fPIC' ]
|
||||
audiographer.defines = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue