Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d15366

Browse files
committed
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.
1 parent 1fbb577 commit 0d15366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ $(srcdir)/Lib/$(PLATDIR):
653653
export PATH; PATH="`pwd`:$$PATH"; \
654654
export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
655655
export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`"; \
656-
export EXE; EXE="$(EXE)"; \
656+
export EXE; EXE="$(BUILDEXE)"; \
657657
cd $(srcdir)/Lib/$(PLATDIR); ./regen
658658

659659
# Install the include files

0 commit comments

Comments
 (0)