From 9698c21b367d059cfdab07ada7660fd5f6ce663b Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Fri, 17 Apr 2020 13:50:54 +0200 Subject: [PATCH] build bsa and esm tools --- CI/before_script.msvc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index 847435ac56..77ac1cc339 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -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