mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-22 15:10:08 +00:00
Fix build script
This commit is contained in:
parent
4319255d7b
commit
ad47fb7b51
1 changed files with 4 additions and 2 deletions
|
@ -474,7 +474,8 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
add_cmake_opts -DDESIRED_QT_VERSION=5 \
|
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
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
@ -507,7 +508,8 @@ echo "Setting up OpenMW build..."
|
||||||
|
|
||||||
add_cmake_opts -DBUILD_BSATOOL=no \
|
add_cmake_opts -DBUILD_BSATOOL=no \
|
||||||
-DBUILD_ESMTOOL=no \
|
-DBUILD_ESMTOOL=no \
|
||||||
-DBUILD_MYGUI_PLUGIN=no
|
-DBUILD_MYGUI_PLUGIN=no \
|
||||||
|
-DOPENMW_MP_BUILD=on
|
||||||
|
|
||||||
if [ -z $APPVEYOR ]; then
|
if [ -z $APPVEYOR ]; then
|
||||||
echo " (Outside of AppVeyor, doing full build.)"
|
echo " (Outside of AppVeyor, doing full build.)"
|
||||||
|
|
Loading…
Reference in a new issue