Lyle Johnson: pass in temp directory as 'build_temp' argument when calling

'link_shared_object()'.
This commit is contained in:
Greg Ward 2000-06-28 01:29:37 +00:00
parent bfc79d644a
commit cc623a2574
1 changed files with 2 additions and 1 deletions

View File

@ -430,7 +430,8 @@ class build_ext (Command):
library_dirs=ext.library_dirs,
runtime_library_dirs=ext.runtime_library_dirs,
extra_postargs=extra_args,
debug=self.debug)
debug=self.debug,
build_temp=self.build_temp)
# build_extensions ()