mirror of
https://github.com/python/cpython.git
synced 2026-01-09 17:02:35 +00:00
Avoid the use of 'unset', which isn't available on all platforms. Fixes SF
bug #442627.
This commit is contained in:
parent
4d712a4d67
commit
ee6a4a28ce
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ platform: $(PYTHON)
|
|||
|
||||
# Build the shared modules
|
||||
sharedmods: $(PYTHON)
|
||||
unset PYTHONPATH PYTHONHOME PYTHONSTARTUP; \
|
||||
PYTHONPATH= PYTHONHOME= PYTHONSTARTUP= \
|
||||
./$(PYTHON) $(srcdir)/setup.py build
|
||||
|
||||
# buildno should really depend on something like LIBRARY_SRC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue