diff options
| author | Adam <adam-bloom@users.noreply.github.com> | 2021-09-03 17:42:38 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-03 16:42:38 -0700 |
| commit | aed3b48635aad5b0e13a45acfb58c232648e46dd (patch) | |
| tree | 5161bd7d4ee339a779a974cbb4828075871803c5 /versions/i- | |
| parent | 960264885a52c1fb5e954ab30ccc02ccccf366d8 (diff) | |
| download | vcpkg-aed3b48635aad5b0e13a45acfb58c232648e46dd.tar.gz vcpkg-aed3b48635aad5b0e13a45acfb58c232648e46dd.zip | |
[icu] fixes for macOS dynamic lib install (#19441)
* fixes for macOS dynamic lib install
* bump port version
* remove mingw change
* move install outside of conditional
* update portfile hash
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'versions/i-')
| -rw-r--r-- | versions/i-/icu.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/i-/icu.json b/versions/i-/icu.json index cf7ef20da..cd747442b 100644 --- a/versions/i-/icu.json +++ b/versions/i-/icu.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "d8c36cdfe8059aadefd80b2d5800a5d9f3494cd6", + "version": "69.1", + "port-version": 13 + }, + { "git-tree": "02bcc079d00e16237aa0d1af449d7663581a1525", "version": "69.1", "port-version": 12 |
