mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
Disable deprecated sigc++ APIs.
git-svn-id: svn://localhost/ardour2/branches/2.1-staging@1450 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a4c116ec07
commit
e0aa89db14
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ sigc2_files = glob.glob('sigc++/*.cc') + glob.glob('sigc++/functors/*.cc') + glo
|
|||
Import('env install_prefix')
|
||||
sigc2 = env.Copy()
|
||||
|
||||
sigc2.Append(CXXFLAGS='-DLIBSIGC_DISABLE_DEPRECATED')
|
||||
|
||||
libsigc2 = sigc2.SharedLibrary('sigc++2', sigc2_files)
|
||||
|
||||
if os.access ('autogen.sh', os.F_OK) :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue