mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:49:04 +08:00
[libarchive] Disable libiconv support
This fixes an issue with the detection code on VS2017. Additionally, it appears that the functionality provided by libiconv is minimal on Windows due to the existance of the Win32 conversion APIs.
This commit is contained in:
parent
cf5770d264
commit
490ddfe2f7
@ -1,4 +1,4 @@
|
||||
Source: libarchive
|
||||
Version: 3.2.2-1
|
||||
Version: 3.2.2-2
|
||||
Description: Library for reading and writing streaming archives
|
||||
Build-Depends: zlib, bzip2, libxml2, libiconv, lz4, liblzma, openssl
|
||||
Build-Depends: zlib, bzip2, libxml2, lz4, liblzma, openssl
|
||||
|
@ -33,6 +33,7 @@ vcpkg_configure_cmake(
|
||||
-DENABLE_XATTR=OFF
|
||||
-DENABLE_ACL=OFF
|
||||
-DENABLE_TEST=OFF
|
||||
-DENABLE_ICONV=OFF
|
||||
-DPOSIX_REGEX_LIB=NONE
|
||||
OPTIONS_DEBUG
|
||||
-DARCHIVE_SKIP_HEADERS=ON)
|
||||
|
Loading…
Reference in New Issue
Block a user