mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
disable ICU tools for android
This commit is contained in:
parent
c23ca2e882
commit
6cb36464c3
1 changed files with 1 additions and 1 deletions
2
extern/CMakeLists.txt
vendored
2
extern/CMakeLists.txt
vendored
|
@ -271,7 +271,7 @@ if (NOT OPENMW_USE_SYSTEM_ICU)
|
||||||
SOURCE_DIR fetched/icu
|
SOURCE_DIR fetched/icu
|
||||||
CONFIGURE_COMMAND ${CMAKE_COMMAND} -E env ${ICU_ENV}
|
CONFIGURE_COMMAND ${CMAKE_COMMAND} -E env ${ICU_ENV}
|
||||||
<SOURCE_DIR>/icu4c/source/configure --enable-static --disable-shared
|
<SOURCE_DIR>/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
|
BUILD_COMMAND make
|
||||||
INSTALL_COMMAND ""
|
INSTALL_COMMAND ""
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue