mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
When running regen for the plat directories we should use the BUILDEXT
extension, not the EXT one, as regen uses the python binary in the build directory. Fixes #493959.
This commit is contained in:
parent
1fbb577ee2
commit
0d1536654d
@ -653,7 +653,7 @@ $(srcdir)/Lib/$(PLATDIR):
|
||||
export PATH; PATH="`pwd`:$$PATH"; \
|
||||
export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
|
||||
export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`"; \
|
||||
export EXE; EXE="$(EXE)"; \
|
||||
export EXE; EXE="$(BUILDEXE)"; \
|
||||
cd $(srcdir)/Lib/$(PLATDIR); ./regen
|
||||
|
||||
# Install the include files
|
||||
|
Loading…
Reference in New Issue
Block a user