Fix silly typo

This commit is contained in:
Dave Page 2018-02-20 10:58:03 +00:00
parent 8148a61279
commit 3021060a32
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ echo "EXECUTING: Build runtime - QT4"
echo
if [ ${PYTHON_VERSION:0:1} == "3" ]; then
CONFIG=/usr/local/python-$PYTHON_VERSION/bin/python-config3
CONFIG=/usr/local/python-$PYTHON_VERSION/bin/python3-config
else
CONFIG=/usr/local/python-$PYTHON_VERSION/bin/python-config
fi

View File

@ -4,7 +4,7 @@ echo "EXECUTING: Build runtime - QT5"
echo
if [ ${PYTHON_VERSION:0:1} == "3" ]; then
CONFIG=/usr/local/python-$PYTHON_VERSION/bin/python-config3
CONFIG=/usr/local/python-$PYTHON_VERSION/bin/python3-config
else
CONFIG=/usr/local/python-$PYTHON_VERSION/bin/python-config
fi