-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libxslt] Remove unneeded helper (#21480)
* [libxslt] Remove unneeded helper * [libxslt] Fix release-only builds for Linux
- Loading branch information
1 parent
a4b5cde
commit 1a5075b
Showing
4 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,17 +1,12 @@ | ||
{ | ||
"name": "libxslt", | ||
"version": "1.1.34", | ||
"port-version": 2, | ||
"port-version": 3, | ||
"description": "Libxslt is a XSLT library implemented in C for XSLT 1.0 and most of EXSLT", | ||
"homepage": "https://github.com/GNOME/libxslt", | ||
"supports": "!uwp", | ||
"dependencies": [ | ||
"liblzma", | ||
"libxml2", | ||
{ | ||
"name": "vcpkg-pkgconfig-get-modules", | ||
"host": true, | ||
"platform": "!windows" | ||
} | ||
"libxml2" | ||
] | ||
} |
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