From 4ae6a85a2be0546e2aef5bab2c5a8933ebb9403b Mon Sep 17 00:00:00 2001 From: past-due <30942300+past-due@users.noreply.github.com> Date: Sun, 14 Jul 2019 10:01:07 -0400 Subject: [PATCH] [macOS] Update vcpkg commit in configure_mac.cmake --- configure_mac.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure_mac.cmake b/configure_mac.cmake index 20a2d077af3..c186eed129f 100644 --- a/configure_mac.cmake +++ b/configure_mac.cmake @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.5) ######################################################## # To ensure reproducible builds, pin to a specific vcpkg commit -set(VCPKG_COMMIT_SHA "76827951abe0df5f3d172d7b07f17614e7089198") +set(VCPKG_COMMIT_SHA "c477e87ede1cd099c24b004624c88933644d7abd") # WZ macOS dependencies (for vcpkg install) set(VCPKG_INSTALL_DEPENDENCIES physfs harfbuzz libogg libtheora libvorbis libpng sdl2 glew freetype gettext zlib)