mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:08:59 +08:00
[icu] fix build with 64bit msys
This commit is contained in:
parent
d6d506d678
commit
85f694b366
@ -1,3 +1,3 @@
|
||||
Source: icu
|
||||
Version: 59.1
|
||||
Version: 59.1-1
|
||||
Description: Mature and widely used Unicode and localization library.
|
||||
|
@ -24,10 +24,13 @@ set(ENV{PATH} "${NEWPATH}")
|
||||
set(BASH ${MSYS_ROOT}/usr/bin/bash.exe)
|
||||
|
||||
vcpkg_execute_required_process(
|
||||
COMMAND ${BASH} --noprofile --norc -c "pacman -Sy --noconfirm --needed make"
|
||||
COMMAND ${BASH} --noprofile --norc -c "pacman -Sy --noconfirm --needed make automake1.15"
|
||||
WORKING_DIRECTORY "${MSYS_ROOT}"
|
||||
LOGNAME "pacman-${TARGET_TRIPLET}")
|
||||
|
||||
set(AUTOMAKE_DIR ${MSYS_ROOT}/usr/share/automake-1.15)
|
||||
file(COPY ${AUTOMAKE_DIR}/config.guess ${AUTOMAKE_DIR}/config.sub DESTINATION ${SOURCE_PATH}/source)
|
||||
|
||||
set(CONFIGURE_OPTIONS "--host=i686-pc-mingw32 --disable-samples --disable-tests")
|
||||
|
||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
||||
|
Loading…
Reference in New Issue
Block a user