mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-16 18:36:03 +01:00
add -DBOOST_SYSTEM_NO_DEPRECATED when building anything using boost to avoid linkage issues with boost 1.50 and above
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13590 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
046a5d745a
commit
54c09b137a
6 changed files with 13 additions and 6 deletions
|
|
@ -40,7 +40,8 @@ cp.Merge ([
|
|||
libraries['midi++2'],
|
||||
libraries['xml'],
|
||||
libraries['glib2'],
|
||||
libraries['glibmm2']
|
||||
libraries['glibmm2'],
|
||||
libraries['boost']
|
||||
])
|
||||
|
||||
libardour_cp = cp.SharedLibrary('ardour_cp', cp_files)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue