Partially revert a23ab00686108eff07579bb3602bdb66452fe82c
The workaround introduced in a23ab00686108eff07579bb3602bdb66452fe82c may cause a problem in certain platform (e.g., MacPorts, see GH-303)
This commit is contained in:
parent
a78fcdb7bf
commit
f2a1c8ee60
@ -33,8 +33,7 @@ all-local: nghttp2.c
|
||||
$(PYTHON) setup.py build
|
||||
|
||||
install-exec-local:
|
||||
test -d $(pyexecdir) || mkdir -p $(pyexecdir)
|
||||
PYTHONUSERBASE=$(DESTDIR)/$(prefix) $(PYTHON) setup.py install --user
|
||||
$(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(DESTDIR)$(libdir)/python*/site-packages/nghttp2.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user