mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Added 'install_headers' command to install C/C++ header files.
This commit is contained in:
parent
847a9968e9
commit
aa0e77115f
2 changed files with 41 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ __all__ = ['build',
|
|||
'build_scripts',
|
||||
'install',
|
||||
'install_lib',
|
||||
'install_headers',
|
||||
'install_scripts',
|
||||
'install_data',
|
||||
'clean',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue