From 045f05f81b520f414921926dca02da078505cf01 Mon Sep 17 00:00:00 2001 From: psi29a Date: Sun, 14 Nov 2021 10:20:50 +0000 Subject: [PATCH] Do we really need to build mygui/osg/bullet? Try using the deps to lower compile times. --- CI/before_script.android.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/CI/before_script.android.sh b/CI/before_script.android.sh index 4ef903d710..2fe9c41719 100755 --- a/CI/before_script.android.sh +++ b/CI/before_script.android.sh @@ -21,8 +21,5 @@ cmake \ -DBUILD_ESSIMPORTER=0 \ -DBUILD_OPENCS=0 \ -DBUILD_WIZARD=0 \ --DOPENMW_USE_SYSTEM_MYGUI=OFF \ --DOPENMW_USE_SYSTEM_OSG=OFF \ --DOPENMW_USE_SYSTEM_BULLET=OFF \ -DOPENMW_USE_SYSTEM_SQLITE3=OFF \ ..