From ad1c25a502c72a0940691d3e1e3811afbb3d6b9f Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Tue, 31 Dec 2024 20:31:15 +1100 Subject: [PATCH] Update vcpkg.json [skip ci] --- source/vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/vcpkg.json b/source/vcpkg.json index bf94fb6..7cd9591 100644 --- a/source/vcpkg.json +++ b/source/vcpkg.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "dependencies": [ "glew", - { "name": "sdl2", "default-features": false, "features": ["wayland", "x11", "alsa"], "platform": "linux" }, + { "name": "sdl2", "default-features": false, "features": ["wayland", "x11", "alsa"], "platform": "!windows" }, { "name": "sdl2", "platform": "windows" }, "libvorbis", "zlib",