]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Changed 'build_extensions()' so 'sources' can be a list or tuple; and
authorGreg Ward <gward@python.net>
Sun, 12 Dec 1999 17:01:01 +0000 (17:01 +0000)
committerGreg Ward <gward@python.net>
Sun, 12 Dec 1999 17:01:01 +0000 (17:01 +0000)
commit48697d931bb86ddd114a42ccb89adb6374aef4ff
treefe14bcfb05fadc4b202448247934b311cdd5440f
parent04d78328f39864cada04591ebb1d99ad30671cec
Changed 'build_extensions()' so 'sources' can be a list or tuple; and
  call CCompiler method 'compile()' with 'include_dirs' not 'includes'.
Fixed stupid typo in 'get_source_files()'.
Lib/distutils/command/build_ext.py