mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 18:53:04 +08:00
[zziplib] fix flaky build (#7090)
This commit is contained in:
parent
b627d2cf79
commit
8d7245a91e
@ -1,5 +1,5 @@
|
|||||||
Source: zziplib
|
Source: zziplib
|
||||||
Version: 0.13.69-3
|
Version: 0.13.69-4
|
||||||
Build-Depends: zlib
|
Build-Depends: zlib
|
||||||
Homepage: https://github.com/gdraheim/zziplib
|
Homepage: https://github.com/gdraheim/zziplib
|
||||||
Description: library providing read access on ZIP-archives
|
Description: library providing read access on ZIP-archives
|
||||||
|
@ -22,6 +22,7 @@ file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
|
|||||||
vcpkg_configure_cmake(
|
vcpkg_configure_cmake(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH ${SOURCE_PATH}
|
||||||
PREFER_NINJA
|
PREFER_NINJA
|
||||||
|
DISABLE_PARALLEL_CONFIGURE
|
||||||
OPTIONS -DZLIB_INCLUDE_DIRS=${CURRENT_INSTALLED_DIR}/include
|
OPTIONS -DZLIB_INCLUDE_DIRS=${CURRENT_INSTALLED_DIR}/include
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user