1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 16:45:43 +00:00

build bsa and esm tools

This commit is contained in:
Bret Curtis 2020-04-17 13:50:54 +02:00 committed by GitHub
parent 4167bdf319
commit 9698c21b36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -759,8 +759,8 @@ echo
cd $DEPS_INSTALL/.. cd $DEPS_INSTALL/..
echo echo
echo "Setting up OpenMW build..." echo "Setting up OpenMW build..."
add_cmake_opts -DBUILD_BSATOOL=no \ add_cmake_opts -DBUILD_BSATOOL=yes \
-DBUILD_ESMTOOL=no \ -DBUILD_ESMTOOL=yes \
-DBUILD_MYGUI_PLUGIN=no \ -DBUILD_MYGUI_PLUGIN=no \
-DOPENMW_MP_BUILD=on -DOPENMW_MP_BUILD=on
if [ ! -z $CI ]; then if [ ! -z $CI ]; then