mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-15 04:45:35 +08:00
Add icu (replace old icu-static-win)
This commit is contained in:
@@ -6,11 +6,20 @@ icu:
|
|||||||
repo: unicode-org/icu
|
repo: unicode-org/icu
|
||||||
match: icu4c.+-src\.tgz
|
match: icu4c.+-src\.tgz
|
||||||
prefer-stable: true
|
prefer-stable: true
|
||||||
|
binary:
|
||||||
|
windows-x86_64: { type: url, url: 'https://dl.static-php.dev/static-php-cli/deps/icu-static-windows-x64/icu-static-windows-x64.zip', extract: hosted }
|
||||||
metadata:
|
metadata:
|
||||||
license-files: [LICENSE]
|
license-files: ['@/icu.txt']
|
||||||
license: ICU
|
license: ICU
|
||||||
|
headers@windows:
|
||||||
|
- unicode
|
||||||
lang: cpp
|
lang: cpp
|
||||||
pkg-configs:
|
pkg-configs:
|
||||||
- icu-uc
|
- icu-uc
|
||||||
- icu-i18n
|
- icu-i18n
|
||||||
- icu-io
|
- icu-io
|
||||||
|
static-libs@windows:
|
||||||
|
- icudt.lib
|
||||||
|
- icuin.lib
|
||||||
|
- icuio.lib
|
||||||
|
- icuuc.lib
|
||||||
|
|||||||
Reference in New Issue
Block a user