mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 16:15:35 +00:00
build bsa and esm tools
This commit is contained in:
parent
4167bdf319
commit
9698c21b36
1 changed files with 2 additions and 2 deletions
|
@ -759,8 +759,8 @@ echo
|
|||
cd $DEPS_INSTALL/..
|
||||
echo
|
||||
echo "Setting up OpenMW build..."
|
||||
add_cmake_opts -DBUILD_BSATOOL=no \
|
||||
-DBUILD_ESMTOOL=no \
|
||||
add_cmake_opts -DBUILD_BSATOOL=yes \
|
||||
-DBUILD_ESMTOOL=yes \
|
||||
-DBUILD_MYGUI_PLUGIN=no \
|
||||
-DOPENMW_MP_BUILD=on
|
||||
if [ ! -z $CI ]; then
|
||||
|
|
Loading…
Reference in a new issue