13
0

fix static library build

This commit is contained in:
Paul Davis 2015-05-05 22:51:17 -04:00
parent 6103035594
commit dd9e646b40

View File

@ -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 = []