Fix for modern boost + updated buildstack
Ardour's boost is not compiled --with-system, this causes issues with modern compilers (gcc 8.2) when linking.
This commit is contained in:
parent
ede853d791
commit
b0e7ba1262
3
wscript
3
wscript
@ -687,6 +687,9 @@ int main() { return 0; }''',
|
||||
('-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS',
|
||||
'-DCANVAS_COMPATIBILITY', '-DCANVAS_DEBUG'))
|
||||
|
||||
# Do not use Boost.System library
|
||||
cxx_flags.append('-DBOOST_ERROR_CODE_HEADER_ONLY')
|
||||
|
||||
# use sparingly, prefer runtime profile
|
||||
if Options.options.program_name.lower().startswith('mixbus'):
|
||||
compiler_flags.append ('-DMIXBUS')
|
||||
|
Loading…
Reference in New Issue
Block a user