Commit ee6a4a28 authored by Thomas Wouters's avatar Thomas Wouters

Avoid the use of 'unset', which isn't available on all platforms. Fixes SF

bug #442627.
parent 4d712a4d
......@@ -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
......
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