13
0

amend prev commit (OS X El Capitan builds)

This commit is contained in:
Robin Gareus 2016-03-02 11:03:31 +01:00
parent a47efed9e3
commit d1f18b9994

View File

@ -393,7 +393,7 @@ int main() { return 0; }''',
#
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++')
linker_flags.append('--stdlib=libc++')