mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Thomas, I don't care about unset either, but setting PYTHONHOME=
doesn't work -- it actually prevents the extensions from being built properly. So I'm changing the "sharedmods" target to what I presume it was before: PYTHONPATH= ./$(PYTHON) $(srcdir)/setup.py build
This commit is contained in:
parent
ab01087109
commit
e31c2eeb41
1 changed files with 1 additions and 2 deletions
|
|
@ -286,8 +286,7 @@ platform: $(PYTHON)
|
|||
|
||||
# Build the shared modules
|
||||
sharedmods: $(PYTHON)
|
||||
PYTHONPATH= PYTHONHOME= PYTHONSTARTUP= \
|
||||
./$(PYTHON) $(srcdir)/setup.py build
|
||||
PYTHONPATH= ./$(PYTHON) $(srcdir)/setup.py build
|
||||
|
||||
# buildno should really depend on something like LIBRARY_SRC
|
||||
buildno: $(PARSER_OBJS) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue