Explorar o código

modified build variable name

Chris Simpkins %!s(int64=7) %!d(string=hai) anos
pai
achega
10c544471d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      build-pipenv.sh

+ 2 - 2
build-pipenv.sh

@@ -11,7 +11,7 @@
 #
 # /////////////////////////////////////////////////////////////////
 
-PYTHON_VERSION="3.6"
+BUILD_PYTHON_VERSION="3.6"
 
 if ! which pipenv
 	then
@@ -20,7 +20,7 @@ if ! which pipenv
 fi
 
 # install fontTools and fontmake build dependencies with pipenv
-pipenv install --python $PYTHON_VERSION --ignore-pipfile fontmake fontTools
+pipenv install --python $BUILD_PYTHON_VERSION --ignore-pipfile fontmake fontTools
 
 # test for fontmake install in venv
 if ! pipenv run fontmake --version