mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Drop build-system support for macOS < 10.13 (require C++17)
This commit is contained in:
parent
bd8525e5f1
commit
99906a2215
4 changed files with 38 additions and 104 deletions
|
|
@ -25,10 +25,7 @@ def options(opt):
|
|||
pass
|
||||
|
||||
def configure(conf):
|
||||
if conf.env['build_target'] in ['panther', 'tiger', 'leopard'] or (Options.options.ppc and conf.env['build_target'] == 'snowleopard'):
|
||||
conf.env.append_value ('CFLAGS', '-DCOREAUDIO105')
|
||||
conf.env.append_value ('CXXFLAGS', '-DCOREAUDIO105')
|
||||
conf.define ('COREAUDIO105', 1)
|
||||
pass
|
||||
|
||||
def build(bld):
|
||||
obj = bld(features = 'cxx cxxshlib')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue