From 6cb36464c3c37341f8211d191680f0c4c9f01d82 Mon Sep 17 00:00:00 2001 From: Abdu Sharif Date: Wed, 20 Apr 2022 08:14:02 +0000 Subject: [PATCH] disable ICU tools for android --- extern/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt index 1c051bff61..f7bf9c4556 100644 --- a/extern/CMakeLists.txt +++ b/extern/CMakeLists.txt @@ -271,7 +271,7 @@ if (NOT OPENMW_USE_SYSTEM_ICU) SOURCE_DIR fetched/icu CONFIGURE_COMMAND ${CMAKE_COMMAND} -E env ${ICU_ENV} /icu4c/source/configure --enable-static --disable-shared - --disable-tests --disable-samples --disable-icuio --disable-extras ${ICU_ADDITIONAL_OPTS} + --disable-tests --disable-samples --disable-icuio --disable-extras --disable-tools ${ICU_ADDITIONAL_OPTS} BUILD_COMMAND make INSTALL_COMMAND "" )