Przeglądaj źródła

HUE-191. Build should honour python version set in buildvars

bc Wong 15 lat temu
rodzic
commit
9ff3e38c4f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Makefile.vars

+ 1 - 1
Makefile.vars

@@ -43,7 +43,7 @@ ifndef SKIP_PYTHONDEV_CHECK
   endif
   SYS_PYTHON := $(shell echo $(PYTHON_H) | grep -o python2..)
 else
-  SYS_PYTHON := $(shell which python)
+  SYS_PYTHON ?= $(shell which python)
 endif
 
 ifeq ($(SYS_PYTHON),)