Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ananace committed Jul 7, 2015
1 parent 4319255 commit ad47fb7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CI/before_script.msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,8 @@ else
fi

add_cmake_opts -DDESIRED_QT_VERSION=5 \
-DQT_QMAKE_EXECUTABLE="$QT_SDK/bin/qmake.exe"
-DQT_QMAKE_EXECUTABLE="$QT_SDK/bin/qmake.exe" \
-DCMAKE_PREFIX_PATH="$QT_SDK"
fi


Expand Down Expand Up @@ -507,7 +508,8 @@ echo "Setting up OpenMW build..."

add_cmake_opts -DBUILD_BSATOOL=no \
-DBUILD_ESMTOOL=no \
-DBUILD_MYGUI_PLUGIN=no
-DBUILD_MYGUI_PLUGIN=no \
-DOPENMW_MP_BUILD=on

if [ -z $APPVEYOR ]; then
echo " (Outside of AppVeyor, doing full build.)"
Expand Down

0 comments on commit ad47fb7

Please sign in to comment.