diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 20:40:42 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 20:40:42 +1100 |
commit | a589a41fb49dacdbef0186f9ee389ea189c083f4 (patch) | |
tree | 1063c7f3c217c23a3ea12130811369f15a8303f0 | |
parent | ad1c25a502c72a0940691d3e1e3811afbb3d6b9f (diff) |
Update vcpkg.json
[skip ci]
-rw-r--r-- | source/vcpkg.json | 4 |
1 files 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", |