mirror of
https://github.com/python/cpython.git
synced 2026-05-17 07:50:55 +00:00
Fix for issue4780
This commit is contained in:
parent
f7d5405d57
commit
5a5c7392ab
1 changed files with 1 additions and 1 deletions
|
|
@ -909,7 +909,7 @@ $(srcdir)/Lib/$(PLATDIR):
|
|||
export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
|
||||
export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`"; \
|
||||
export EXE; EXE="$(BUILDEXE)"; \
|
||||
cd $(srcdir)/Lib/$(PLATDIR); ./regen
|
||||
cd $(srcdir)/Lib/$(PLATDIR); $(RUNSHARED) ./regen
|
||||
|
||||
# Install the include files
|
||||
INCLDIRSTOMAKE=$(INCLUDEDIR) $(CONFINCLUDEDIR) $(INCLUDEPY) $(CONFINCLUDEPY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue