From a589a41fb49dacdbef0186f9ee389ea189c083f4 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Tue, 31 Dec 2024 20:40:42 +1100 Subject: [PATCH] Update vcpkg.json [skip ci] --- source/vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/vcpkg.json b/source/vcpkg.json index 7cd9591..6eab46c 100644 --- a/source/vcpkg.json +++ b/source/vcpkg.json @@ -2,8 +2,8 @@ "$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": "!windows" }, - { "name": "sdl2", "platform": "windows" }, + { "name": "sdl2", "default-features": false, "features": ["wayland", "x11", "alsa"], "platform": "linux" }, + { "name": "sdl2", "platform": "!linux" }, "libvorbis", "zlib", "freetype",