mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 21:27:56 +08: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,5 +1,6 @@
|
||||
Source: opencc
|
||||
Version: 2020-04-26-6
|
||||
Version: 2020-04-26
|
||||
Port-Version: 7
|
||||
Description: A project for conversion between Traditional and Simplified Chinese
|
||||
Homepage: https://github.com/BYVoid/OpenCC
|
||||
Supports: !(arm|arm64|uwp)
|
||||
|
@ -19,7 +19,9 @@ vcpkg_configure_cmake(
|
||||
-DENABLE_GTEST=OFF
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
vcpkg_install_cmake(
|
||||
DISABLE_PARALLEL
|
||||
)
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user