Honor the $(PYTHON) we chose when invoking virtualenv
This commit is contained in:
Родитель
59c02373f4
Коммит
39661dbea4
2
Makefile
2
Makefile
|
@ -104,7 +104,7 @@ f1.spec: f1.spec.in Makefile
|
|||
@cat f1.spec.in | sed -e"s/%%version%%/$(version)$(tag)/g" > f1.spec
|
||||
|
||||
build:
|
||||
$(VIRTUALENV) --no-site-packages --distribute .
|
||||
$(VIRTUALENV) --python $(PYTHON) --no-site-packages --distribute .
|
||||
$(PYTHON) build.py $(APPNAME) $(DEPS)
|
||||
$(EZ) nose
|
||||
$(EZ) WebTest
|
||||
|
|
Загрузка…
Ссылка в новой задаче