Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-12-31 20:40:42 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2024-12-31 20:40:42 +1100
commita589a41fb49dacdbef0186f9ee389ea189c083f4 (patch)
tree1063c7f3c217c23a3ea12130811369f15a8303f0
parentad1c25a502c72a0940691d3e1e3811afbb3d6b9f (diff)
Update vcpkg.json
[skip ci]
-rw-r--r--source/vcpkg.json4
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",