mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +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
|
# macros for this shared library
|
||||||
audiographer.defines = [ 'LIBAUDIOGRAPHER_DLL_EXPORTS=1' ]
|
audiographer.defines = [ 'LIBAUDIOGRAPHER_DLL_EXPORTS=1' ]
|
||||||
else:
|
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.cxxflags = [ '-fPIC' ]
|
||||||
audiographer.cflags = [ '-fPIC' ]
|
audiographer.cflags = [ '-fPIC' ]
|
||||||
audiographer.defines = []
|
audiographer.defines = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue