mirror of https://github.com/python/cpython
Lyle Johnson: pass in temp directory as 'build_temp' argument when calling
'link_shared_object()'.
This commit is contained in:
parent
bfc79d644a
commit
cc623a2574
|
@ -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 ()
|
||||
|
||||
|
|
Loading…
Reference in New Issue