mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:33:03 +08:00
[icu] Disable layoutex feature (#13991)
This feature requires icu-le-hb which is not provided by vcpkg. When this package is otherwise available on the system the build will fail as the pkg-config file pulls the dependency from the system.
This commit is contained in:
parent
c2b6e8abb2
commit
7dde05990f
@ -1,6 +1,6 @@
|
||||
Source: icu
|
||||
Version: 67.1
|
||||
Port-Version: 4
|
||||
Port-Version: 5
|
||||
Homepage: http://icu-project.org/apiref/icu4c/
|
||||
Description: Mature and widely used Unicode and localization library.
|
||||
Supports: !(arm|uwp)
|
||||
|
@ -25,7 +25,7 @@ vcpkg_extract_source_archive_ex(
|
||||
vcpkg_find_acquire_program(PYTHON3)
|
||||
set(ENV{PYTHON} "${PYTHON3}")
|
||||
|
||||
set(CONFIGURE_OPTIONS "--disable-samples --disable-tests")
|
||||
set(CONFIGURE_OPTIONS "--disable-samples --disable-tests --disable-layoutex")
|
||||
|
||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
|
||||
set(CONFIGURE_OPTIONS "${CONFIGURE_OPTIONS} --disable-static --enable-shared")
|
||||
|
Loading…
Reference in New Issue
Block a user