Fixed so 'get_source_files()' calls 'check_extension_list()' -- that way,
we can run "sdist" on a distribution with old-style extension structures even if we haven't built it yet. Bug spotted by Harry Gebel.
This commit is contained in:
parent
499822d959
commit
df112a76a9
|
@ -309,7 +309,7 @@ class build_ext (Command):
|
||||||
|
|
||||||
|
|
||||||
def get_source_files (self):
|
def get_source_files (self):
|
||||||
|
self.check_extension_list()
|
||||||
filenames = []
|
filenames = []
|
||||||
|
|
||||||
# Wouldn't it be neat if we knew the names of header files too...
|
# Wouldn't it be neat if we knew the names of header files too...
|
||||||
|
|
Loading…
Reference in New Issue