Honor the $(PYTHON) we chose when invoking virtualenv

This commit is contained in:
Philippe M. Chiasson 2011-03-28 19:55:37 -04:00
Родитель 59c02373f4
Коммит 39661dbea4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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