mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 10:37:10 +01:00
[opencc] Fix regression on pipeline (#12246)
* debug opencc regression on pipeline * Get the build logs. * [opencc] Remove debug code, add DISABLE_PARALLEL to configure * [opencc] Remove apply patch * Update portfile.cmake
This commit is contained in:
parent
a2a16ae7d5
commit
b6d4c4e2bf
@ -1,8 +1,9 @@
|
|||||||
Source: opencc
|
Source: opencc
|
||||||
Version: 2020-04-26-6
|
Version: 2020-04-26
|
||||||
Description: A project for conversion between Traditional and Simplified Chinese
|
Port-Version: 7
|
||||||
Homepage: https://github.com/BYVoid/OpenCC
|
Description: A project for conversion between Traditional and Simplified Chinese
|
||||||
Supports: !(arm|arm64|uwp)
|
Homepage: https://github.com/BYVoid/OpenCC
|
||||||
|
Supports: !(arm|arm64|uwp)
|
||||||
Feature: tools
|
|
||||||
Description: Build OpenCC command-line tools
|
Feature: tools
|
||||||
|
Description: Build OpenCC command-line tools
|
||||||
|
@ -19,7 +19,9 @@ vcpkg_configure_cmake(
|
|||||||
-DENABLE_GTEST=OFF
|
-DENABLE_GTEST=OFF
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_install_cmake()
|
vcpkg_install_cmake(
|
||||||
|
DISABLE_PARALLEL
|
||||||
|
)
|
||||||
|
|
||||||
vcpkg_copy_pdbs()
|
vcpkg_copy_pdbs()
|
||||||
|
|
||||||
@ -47,4 +49,4 @@ endif()
|
|||||||
|
|
||||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share)
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share)
|
||||||
|
|
||||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
Loading…
x
Reference in New Issue
Block a user