mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[icu] Fix typo (#10128)
This commit is contained in:
parent
9e7db0ccba
commit
98513a5056
@ -1,5 +1,5 @@
|
|||||||
Source: icu
|
Source: icu
|
||||||
Version: 65.1-1
|
Version: 65.1-2
|
||||||
Homepage: http://icu-project.org/apiref/icu4c/
|
Homepage: http://icu-project.org/apiref/icu4c/
|
||||||
Description: Mature and widely used Unicode and localization library.
|
Description: Mature and widely used Unicode and localization library.
|
||||||
Supports: !uwp
|
Supports: !uwp
|
@ -32,7 +32,7 @@ else()
|
|||||||
set(CONFIGURE_OPTIONS "${CONFIGURE_OPTIONS} --enable-static --disable-shared")
|
set(CONFIGURE_OPTIONS "${CONFIGURE_OPTIONS} --enable-static --disable-shared")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(CONFIGURE_OPTIONS_RELASE "--disable-debug --enable-release --prefix=${CURRENT_PACKAGES_DIR}")
|
set(CONFIGURE_OPTIONS_RELEASE "--disable-debug --enable-release --prefix=${CURRENT_PACKAGES_DIR}")
|
||||||
set(CONFIGURE_OPTIONS_DEBUG "--enable-debug --disable-release --prefix=${CURRENT_PACKAGES_DIR}/debug")
|
set(CONFIGURE_OPTIONS_DEBUG "--enable-debug --disable-release --prefix=${CURRENT_PACKAGES_DIR}/debug")
|
||||||
|
|
||||||
if(VCPKG_CMAKE_SYSTEM_NAME AND NOT VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
|
if(VCPKG_CMAKE_SYSTEM_NAME AND NOT VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
|
||||||
@ -48,7 +48,7 @@ if(VCPKG_CMAKE_SYSTEM_NAME AND NOT VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStor
|
|||||||
set(ENV{CXXFLAGS} "-O2 ${VCPKG_CXX_FLAGS} ${VCPKG_CXX_FLAGS_RELEASE}")
|
set(ENV{CXXFLAGS} "-O2 ${VCPKG_CXX_FLAGS} ${VCPKG_CXX_FLAGS_RELEASE}")
|
||||||
vcpkg_execute_required_process(
|
vcpkg_execute_required_process(
|
||||||
COMMAND ${BASH} --noprofile --norc -c
|
COMMAND ${BASH} --noprofile --norc -c
|
||||||
"${SOURCE_PATH}/source/runConfigureICU Linux ${CONFIGURE_OPTIONS} ${CONFIGURE_OPTIONS_RELASE}"
|
"${SOURCE_PATH}/source/runConfigureICU Linux ${CONFIGURE_OPTIONS} ${CONFIGURE_OPTIONS_RELEASE}"
|
||||||
WORKING_DIRECTORY "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel"
|
WORKING_DIRECTORY "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel"
|
||||||
LOGNAME "configure-${TARGET_TRIPLET}-rel")
|
LOGNAME "configure-${TARGET_TRIPLET}-rel")
|
||||||
message(STATUS "Configuring ${TARGET_TRIPLET}-rel done")
|
message(STATUS "Configuring ${TARGET_TRIPLET}-rel done")
|
||||||
@ -101,7 +101,7 @@ else()
|
|||||||
set(ENV{LDFLAGS} "-DEBUG -INCREMENTAL:NO -OPT:REF -OPT:ICF")
|
set(ENV{LDFLAGS} "-DEBUG -INCREMENTAL:NO -OPT:REF -OPT:ICF")
|
||||||
vcpkg_execute_required_process(
|
vcpkg_execute_required_process(
|
||||||
COMMAND ${BASH} --noprofile --norc -c
|
COMMAND ${BASH} --noprofile --norc -c
|
||||||
"${SOURCE_PATH}/source/runConfigureICU MSYS/MSVC ${CONFIGURE_OPTIONS} ${CONFIGURE_OPTIONS_RELASE}"
|
"${SOURCE_PATH}/source/runConfigureICU MSYS/MSVC ${CONFIGURE_OPTIONS} ${CONFIGURE_OPTIONS_RELEASE}"
|
||||||
WORKING_DIRECTORY "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel"
|
WORKING_DIRECTORY "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel"
|
||||||
LOGNAME "configure-${TARGET_TRIPLET}-rel")
|
LOGNAME "configure-${TARGET_TRIPLET}-rel")
|
||||||
message(STATUS "Configuring ${TARGET_TRIPLET}-rel done")
|
message(STATUS "Configuring ${TARGET_TRIPLET}-rel done")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user