mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 00:42:08 +00:00
Update vcpkg.json
vcpkg is not providing a proper sdl2 implementation on linux, so ditch it from vcpkg for now and only use distro packages for it.
This commit is contained in:
parent
fba13f2301
commit
33e59a62cc
1 changed files with 0 additions and 4 deletions
|
@ -31,10 +31,6 @@
|
||||||
"name": "bzip2",
|
"name": "bzip2",
|
||||||
"platform": "(!windows & static) | (windows & static & staticcrt)"
|
"platform": "(!windows & static) | (windows & static & staticcrt)"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "sdl2",
|
|
||||||
"platform": "!windows & !osx & static"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "libvpx",
|
"name": "libvpx",
|
||||||
"platform": "!windows & static"
|
"platform": "!windows & static"
|
||||||
|
|
Loading…
Reference in a new issue