Ticket #64861: setup.py.rej

File setup.py.rej, 950 bytes (added by ballapete (Peter "Pete" Dyballa), 2 years ago)

Rejected patches

Line 
1***************
2*** 54,62 ****
3          for ext in self.extensions:
4              ext.include_dirs.insert(0, cppy.get_include())
5              ext.extra_compile_args = opts
6-             if sys.platform == 'darwin':
7-                 ext.extra_compile_args += ['-stdlib=libc++']
8-                 ext.extra_link_args += ['-stdlib=libc++']
9              if (ct == 'msvc' and os.environ.get('KIWI_DISABLE_FH4')):
10                  # Disable FH4 Exception Handling implementation so that we don't
11                  # require VCRUNTIME140_1.dll. For more details, see:
12--- 54,59 ----
13          for ext in self.extensions:
14              ext.include_dirs.insert(0, cppy.get_include())
15              ext.extra_compile_args = opts
16              if (ct == 'msvc' and os.environ.get('KIWI_DISABLE_FH4')):
17                  # Disable FH4 Exception Handling implementation so that we don't
18                  # require VCRUNTIME140_1.dll. For more details, see: