Ticket #61752: patch-setup.py.diff
File patch-setup.py.diff, 643 bytes (added by ballapete (Peter "Pete" Dyballa), 4 years ago) |
---|
-
setup.py
old new 54 54 for ext in self.extensions: 55 55 ext.include_dirs.insert(0, cppy.get_include()) 56 56 ext.extra_compile_args = opts 57 if sys.platform == 'darwin':58 ext.extra_compile_args += ['-stdlib=libc++']59 ext.extra_link_args += ['-stdlib=libc++']60 57 if (ct == 'msvc' and os.environ.get('KIWI_DISABLE_FH4')): 61 58 # Disable FH4 Exception Handling implementation so that we don't 62 59 # require VCRUNTIME140_1.dll. For more details, see: