mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[zziplib] fix flaky build (#7090)
This commit is contained in:
parent
b627d2cf79
commit
8d7245a91e
@ -1,5 +1,5 @@
|
||||
Source: zziplib
|
||||
Version: 0.13.69-3
|
||||
Version: 0.13.69-4
|
||||
Build-Depends: zlib
|
||||
Homepage: https://github.com/gdraheim/zziplib
|
||||
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(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
DISABLE_PARALLEL_CONFIGURE
|
||||
OPTIONS -DZLIB_INCLUDE_DIRS=${CURRENT_INSTALLED_DIR}/include
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user