зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1071438 - Make client.mk detect python like configure and mach do. r=mshal
This commit is contained in:
Родитель
4867739033
Коммит
8648e9ccc2
|
@ -70,7 +70,7 @@ endif
|
|||
|
||||
SH := /bin/sh
|
||||
PERL ?= perl
|
||||
PYTHON ?= python
|
||||
PYTHON ?= $(shell which python2.7 > /dev/null 2>&1 && echo python2.7 || echo python)
|
||||
|
||||
CONFIG_GUESS_SCRIPT := $(wildcard $(TOPSRCDIR)/build/autoconf/config.guess)
|
||||
ifdef CONFIG_GUESS_SCRIPT
|
||||
|
|
Загрузка…
Ссылка в новой задаче