Commit fdddb31f authored by Guido van Rossum's avatar Guido van Rossum

For Darwin, export EXE (needed by Lib/plat-generic/regen checkin, to

follow).  Adapted from a patch by Tony Lownds. (#101816)
parent fded5ed2
......@@ -336,6 +336,7 @@ $(srcdir)/Lib/$(PLATDIR):
cp $(srcdir)/Lib/plat-generic/regen $(srcdir)/Lib/$(PLATDIR)/regen
export PATH; PATH="`pwd`:$$PATH"; \
export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
export EXE; EXE="$(EXE)"; \
cd $(srcdir)/Lib/$(PLATDIR); ./regen
# Install the include files
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment