-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[zlib-ng,zlib] update to 2.2.2, port redirection
* https://github.com/zlib-ng/zlib-ng/releases/tag/2.2.2 * windows: 'zlib' redirected to 'zlib-ng'
- Loading branch information
Showing
8 changed files
with
48 additions
and
27 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) | ||
|
||
if(VCPKG_TARGET_IS_WINDOWS) | ||
message(STATUS "The port will install 'zlib-ng[zlib-compat]' instead") | ||
else() | ||
message(STATUS "The port is empty. Expect the platform SDK provides ZLIB") | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "zlib", | ||
"version-date": "2024-10-03", | ||
"description": "Redirection to zlib-ng or system installed ZLIB", | ||
"homepage": "https://github.com/zlib-ng/zlib-ng", | ||
"license": "Zlib", | ||
"dependencies": [ | ||
{ | ||
"name": "zlib-ng", | ||
"features": [ | ||
"zlib-compat" | ||
], | ||
"platform": "windows" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"versions": [ | ||
{ | ||
"git-tree": "3b67832abed02d23c17e5098dfc2483015319acb", | ||
"version-date": "2024-10-03", | ||
"port-version": 0 | ||
} | ||
] | ||
} |