mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
fix OSX El Capitan builds
This commit is contained in:
parent
c4f19a66d9
commit
a47efed9e3
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -405,7 +405,7 @@ int main() { return 0; }''',
|
||||||
# from requiring a full path to requiring just the header name.
|
# from requiring a full path to requiring just the header name.
|
||||||
cxx_flags.append('-DCARBON_FLAT_HEADERS')
|
cxx_flags.append('-DCARBON_FLAT_HEADERS')
|
||||||
|
|
||||||
if not opt.use_libcpp:
|
if not opt.use_libcpp and not conf.env['build_host'] in [ 'el_capitan' ]:
|
||||||
cxx_flags.append('--stdlib=libstdc++')
|
cxx_flags.append('--stdlib=libstdc++')
|
||||||
linker_flags.append('--stdlib=libstdc++')
|
linker_flags.append('--stdlib=libstdc++')
|
||||||
# Prevents visibility issues in standard headers
|
# Prevents visibility issues in standard headers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue