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

Skip to content

Commit fdddb31

Browse files
committed
For Darwin, export EXE (needed by Lib/plat-generic/regen checkin, to
follow). Adapted from a patch by Tony Lownds. (#101816)
1 parent fded5ed commit fdddb31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ $(srcdir)/Lib/$(PLATDIR):
336336
cp $(srcdir)/Lib/plat-generic/regen $(srcdir)/Lib/$(PLATDIR)/regen
337337
export PATH; PATH="`pwd`:$$PATH"; \
338338
export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
339+
export EXE; EXE="$(EXE)"; \
339340
cd $(srcdir)/Lib/$(PLATDIR); ./regen
340341

341342
# Install the include files

0 commit comments

Comments
 (0)