Skip to content

Commit 10c5444

Browse files
committed
modified build variable name
1 parent 7de5d65 commit 10c5444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-pipenv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212
# /////////////////////////////////////////////////////////////////
1313

14-
PYTHON_VERSION="3.6"
14+
BUILD_PYTHON_VERSION="3.6"
1515

1616
if ! which pipenv
1717
then
@@ -20,7 +20,7 @@ if ! which pipenv
2020
fi
2121

2222
# install fontTools and fontmake build dependencies with pipenv
23-
pipenv install --python $PYTHON_VERSION --ignore-pipfile fontmake fontTools
23+
pipenv install --python $BUILD_PYTHON_VERSION --ignore-pipfile fontmake fontTools
2424

2525
# test for fontmake install in venv
2626
if ! pipenv run fontmake --version

0 commit comments

Comments
 (0)