mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-24 05:00:31 -04:00
Merge branch 'fix-build' into 'master'
attempt to fix build issue See merge request OpenMW/openmw!689
This commit is contained in:
commit
52eccf1a2d
@ -849,8 +849,8 @@ fi
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# check version
|
# check version
|
||||||
pip list | grep 'aqtinstall\s*1.1.3'
|
aqt-venv/${VENV_BIN_DIR}/pip list | grep 'aqtinstall\s*1.1.3' || [ $? -ne 0 ]
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo " Installing aqt wheel into virtualenv..."
|
echo " Installing aqt wheel into virtualenv..."
|
||||||
run_cmd "aqt-venv/${VENV_BIN_DIR}/pip" install aqtinstall==1.1.3
|
run_cmd "aqt-venv/${VENV_BIN_DIR}/pip" install aqtinstall==1.1.3
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user