浏览代码

modified build variable name

Chris Simpkins 7 年之前
父节点
当前提交
10c544471d
共有 1 个文件被更改,包括 2 次插入2 次删除
  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