diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 20:31:15 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 20:31:15 +1100 |
commit | ad1c25a502c72a0940691d3e1e3811afbb3d6b9f (patch) | |
tree | 305af044a97d73533256e04d599dc043c407d017 | |
parent | c37265623d35bc399c8e673ad62cd34892d60d46 (diff) |
Update vcpkg.json
[skip ci]
-rw-r--r-- | source/vcpkg.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |