Hack to fix build on AppVeyor

This commit is contained in:
Cameron Gutman 2021-02-28 16:47:39 -06:00
parent 088c9b9e4e
commit 819ea36cca

View file

@ -38,8 +38,6 @@ mkdir $BUILD_ROOT
mkdir $BUILD_FOLDER
mkdir $INSTALLER_FOLDER
set -e
echo Configuring the project
pushd $BUILD_FOLDER
qmake $SOURCE_ROOT/moonlight-qt.pro || fail "Qmake failed!"