mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
move -fvisibility=hidden to the top of the source tree, and remove its internal use; use libtimecode as a shared lib again
This commit is contained in:
parent
2c21cbb044
commit
5062a00c7d
8 changed files with 14 additions and 17 deletions
|
|
@ -68,8 +68,6 @@ def build(bld):
|
|||
audiographer = bld.shlib(features = 'c cxx cshlib cxxshlib', source=audiographer_sources)
|
||||
# macros for this shared library
|
||||
audiographer.defines = [ 'LIBAUDIOGRAPHER_DLL_EXPORTS=1' ]
|
||||
audiographer.cflags = [ '-fvisibility=hidden' ]
|
||||
audiographer.cxxflags = [ '-fvisibility=hidden' ]
|
||||
else:
|
||||
audiographer = bld.stlib(features = 'c cxx cstlib cxxstlib', source=libardour_sources)
|
||||
audiographer.cxxflags = [ '-fPIC' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue