[szip] Allow cross compiling for arm64-osx (#30134)

This commit is contained in:
Matthias Kuhn 2023-03-13 19:47:22 +01:00 committed by GitHub
parent 4c099a9614
commit ad35705adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -14,7 +14,7 @@ vcpkg_extract_source_archive_ex(
mingw-lib-names.patch
)
if (VCPKG_TARGET_IS_IOS)
if (VCPKG_TARGET_IS_IOS OR VCPKG_TARGET_IS_OSX)
# when cross-compiling, try_run will not work.
# LFS "large file support" is keyed on
# 1) 64-bit off_t (https://developer.apple.com/library/archive/documentation/Darwin/Conceptual/64bitPorting/transition/transition.html table 2-1)

View File

@ -1,7 +1,7 @@
{
"name": "szip",
"version": "2.1.1",
"port-version": 9,
"port-version": 10,
"description": "Szip compression software, providing lossless compression of scientific data",
"homepage": "https://support.hdfgroup.org/ftp/lib-external/szip",
"license": null,

View File

@ -7634,7 +7634,7 @@
},
"szip": {
"baseline": "2.1.1",
"port-version": 9
"port-version": 10
},
"tabulate": {
"baseline": "1.4",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0d56cd5d38926df8d26c6ed3a829a392726ee27a",
"version": "2.1.1",
"port-version": 10
},
{
"git-tree": "f07c4350652c50e80bc78edb3db20a1c748d99ec",
"version": "2.1.1",