From 6920a4400f8a0456b6165cefac507cdfe35c8f8d Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Sun, 27 Aug 2023 17:22:15 +0600 Subject: [PATCH] Pull in zlib from vcpkg --- vcpkg.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index a8080f6..ca5b89d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -22,6 +22,9 @@ { "name": "alsa", "platform": "linux" + }, + { + "name": "zlib" } ] -} \ No newline at end of file +}