fix static library build
This commit is contained in:
parent
6103035594
commit
dd9e646b40
@ -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…
Reference in New Issue
Block a user