From 4c39ac6db76ff5f548a2a0f56408fa5d168200b0 Mon Sep 17 00:00:00 2001 From: surepy <24486494+surepy@users.noreply.github.com> Date: Thu, 14 Mar 2024 20:22:32 -0700 Subject: [PATCH] whoops --- vcpkg.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 612a163e..ec103357 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,9 +2,11 @@ "name": "tf2-bot-detector", "version-string": "", "dependencies": [ + "sdl2", { "name": "sdl2", - "features": [ "wayland", "x11", "vulkan" ] + "features": [ "wayland", "x11", "vulkan" ], + "platform": "linux" }, "cryptopp", {