소스 검색

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