Skip to content

Commit 7dfdc86

Browse files
authored
Update vcpkg to current version (#38)
* Update vcpkg to current version Updates: - benchmark 1.6.1 -> 1.7.1 - breakpad 2020-09-14 -> 2022-07-12 - discord-rpc 3.4.0 (no change) - freetype 2.11.1 -> 2.12.1 - fribidi 1.0.12 (no change) - gtest 1.11.0 -> 1.13.0 - libflac 1.3.4 -> 1.4.2 - libogg 1.3.5 (no change) - libvorbis 1.3.7 (no change) - libpng 1.6.37 -> 1.6.39 - libzip 1.8.0 -> 1.9.2 - nlohmann-json 3.10.5 -> 3.11.2 - openal-soft 1.21.1 -> 1.23.0 - SDL 2.0.22 -> 2.26.4 - speexdsp 1.2.0 -> 1.2.1 - zlib 1.2.12 -> 1.2.13 * use icu[core,tools] for mac See microsoft/vcpkg#30532 * Update vcpkg to c9f906558f9bb12ee9811d6edc98ec9255c6cda5
1 parent c9ba36e commit 7dfdc86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22
on: [push, pull_request]
33
env:
4-
VCPKG_COMMIT_HASH: 5e7cbdceacd2b3cb85e057963fdb605136805bd3
4+
VCPKG_COMMIT_HASH: c9f906558f9bb12ee9811d6edc98ec9255c6cda5
55
jobs:
66
createrelease:
77
name: createrelease

macos_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vcpkg/bootstrap-vcpkg.sh
1818

1919
ARM_TRIPLET="--overlay-triplets=. --triplet=arm64-osx-openrct2"
2020
X64_TRIPLET="--overlay-triplets=. --triplet=x64-osx-openrct2"
21-
LIBRARIES="libpng freetype openssl icu libzip[core] nlohmann-json openal-soft sdl2 speexdsp discord-rpc gtest libflac libogg libvorbis"
21+
LIBRARIES="libpng freetype openssl icu[core,tools] libzip[core] nlohmann-json openal-soft sdl2 speexdsp discord-rpc gtest libflac libogg libvorbis"
2222
vcpkg/vcpkg install ${=ARM_TRIPLET} ${=LIBRARIES}
2323
vcpkg/vcpkg install ${=X64_TRIPLET} ${=LIBRARIES}
2424

0 commit comments

Comments
 (0)