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

Skip to content

Commit e31c2ee

Browse files
committed
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
1 parent ab01087 commit e31c2ee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile.pre.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,7 @@ platform: $(PYTHON)
286286

287287
# Build the shared modules
288288
sharedmods: $(PYTHON)
289-
PYTHONPATH= PYTHONHOME= PYTHONSTARTUP= \
290-
./$(PYTHON) $(srcdir)/setup.py build
289+
PYTHONPATH= ./$(PYTHON) $(srcdir)/setup.py build
291290

292291
# buildno should really depend on something like LIBRARY_SRC
293292
buildno: $(PARSER_OBJS) \

0 commit comments

Comments
 (0)