mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:38:00 +08:00
[libiconv] Deploy on BSDs (#39824)
This commit is contained in:
parent
3f69545b98
commit
460f9487ff
@ -1,4 +1,4 @@
|
||||
if(NOT VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_ANDROID AND NOT VCPKG_TARGET_IS_IOS)
|
||||
if(NOT VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_ANDROID AND NOT VCPKG_TARGET_IS_IOS AND NOT VCPKG_TARGET_IS_FREEBSD AND NOT VCPKG_TARGET_IS_OPENBSD)
|
||||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
||||
file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/share/iconv")
|
||||
file(COPY "${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/iconv")
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libiconv",
|
||||
"version": "1.17",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "GNU Unicode text conversion",
|
||||
"homepage": "https://www.gnu.org/software/libiconv/",
|
||||
"license": null
|
||||
|
@ -4562,7 +4562,7 @@
|
||||
},
|
||||
"libiconv": {
|
||||
"baseline": "1.17",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"libics": {
|
||||
"baseline": "1.6.6",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6549f7452c383df31d471692b339f985d0000a88",
|
||||
"version": "1.17",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "0d6e7ebdbfeca59f047e66f632d1d38c2659fc14",
|
||||
"version": "1.17",
|
||||
|
Loading…
x
Reference in New Issue
Block a user