From 2ed4b4a984f2374eb2378083e13681549613b508 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Sat, 25 Nov 2023 15:55:24 +0100 Subject: [PATCH] tentative uwp build fix --- vcpkg.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index ae2f9c4c2..b4b39a6b0 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,7 +2,6 @@ "name": "flycast", "version-string": "1.2.0-dev", "dependencies": [ - "sdl2", - "zlib" + "sdl2" ] } \ No newline at end of file