mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
amend prev commit (OS X El Capitan builds)
This commit is contained in:
parent
a47efed9e3
commit
d1f18b9994
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -393,7 +393,7 @@ int main() { return 0; }''',
|
||||||
#
|
#
|
||||||
compiler_flags.append ('-U__STRICT_ANSI__')
|
compiler_flags.append ('-U__STRICT_ANSI__')
|
||||||
|
|
||||||
if opt.use_libcpp:
|
if opt.use_libcpp or conf.env['build_host'] in [ 'el_capitan' ]:
|
||||||
cxx_flags.append('--stdlib=libc++')
|
cxx_flags.append('--stdlib=libc++')
|
||||||
linker_flags.append('--stdlib=libc++')
|
linker_flags.append('--stdlib=libc++')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue