-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[icu] Add tools, fix building for ios (#29196)
* [icu] Add tools, fix building for ios * Make qt5-base depend on icu[tools] Co-authored-by: Billy Robert O'Neal III <[email protected]>
- Loading branch information
1 parent
5962fd3
commit cdbcc03
Showing
6 changed files
with
32 additions
and
4 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,14 +1,23 @@ | ||
{ | ||
"name": "icu", | ||
"version": "72.1", | ||
"port-version": 1, | ||
"description": "Mature and widely used Unicode and localization library.", | ||
"homepage": "https://icu.unicode.org/home", | ||
"license": "ICU", | ||
"supports": "!uwp", | ||
"dependencies": [ | ||
{ | ||
"name": "icu", | ||
"host": true | ||
"host": true, | ||
"features": [ | ||
"tools" | ||
] | ||
} | ||
] | ||
], | ||
"features": { | ||
"tools": { | ||
"description": "Build tools" | ||
} | ||
} | ||
} |
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
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