mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
Patch 1046644 - improved distutils support for SWIG.
This commit is contained in:
parent
78f58abea7
commit
a024034b94
5 changed files with 35 additions and 5 deletions
|
@ -54,7 +54,7 @@ extension_keywords = ('name', 'sources', 'include_dirs',
|
|||
'define_macros', 'undef_macros',
|
||||
'library_dirs', 'libraries', 'runtime_library_dirs',
|
||||
'extra_objects', 'extra_compile_args', 'extra_link_args',
|
||||
'export_symbols', 'depends', 'language')
|
||||
'swig_opts', 'export_symbols', 'depends', 'language')
|
||||
|
||||
def setup (**attrs):
|
||||
"""The gateway to the Distutils: do everything your setup script needs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue