mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 08:43:33 +08:00
[szip] Allow cross compiling for arm64-osx (#30134)
This commit is contained in:
parent
4c099a9614
commit
ad35705adf
@ -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)
|
||||
|
@ -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,
|
||||
|
@ -7634,7 +7634,7 @@
|
||||
},
|
||||
"szip": {
|
||||
"baseline": "2.1.1",
|
||||
"port-version": 9
|
||||
"port-version": 10
|
||||
},
|
||||
"tabulate": {
|
||||
"baseline": "1.4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0d56cd5d38926df8d26c6ed3a829a392726ee27a",
|
||||
"version": "2.1.1",
|
||||
"port-version": 10
|
||||
},
|
||||
{
|
||||
"git-tree": "f07c4350652c50e80bc78edb3db20a1c748d99ec",
|
||||
"version": "2.1.1",
|
||||
|
Loading…
Reference in New Issue
Block a user