1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 07:45:39 +00:00

attempt to fix build issue

This commit is contained in:
Max 2021-03-24 13:28:34 -07:00
parent 94d396a423
commit 91bca0cb1f

View file

@ -849,8 +849,8 @@ fi
fi
# check version
pip list | grep 'aqtinstall\s*1.1.3'
if [ $? -ne 0 ]; then
aqt-venv/${VENV_BIN_DIR}/pip list | grep 'aqtinstall\s*1.1.3' || [[ $? -ne 0 ]]
if [[ $? -eq 0 ]]; then
echo " Installing aqt wheel into virtualenv..."
run_cmd "aqt-venv/${VENV_BIN_DIR}/pip" install aqtinstall==1.1.3
fi