ci: disable WGI joystick backend for SDL

Fails to build with latest llvm-mingw
This commit is contained in:
Andrei Alexeyev 2022-12-25 17:12:37 +01:00
parent 2d4f310b90
commit 9764ac706f
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -7,3 +7,6 @@ use_libcrypto = 'disabled'
force_vendored_shader_tools = true
validate_glsl = 'disabled'
[sdl2:project options]
use_joystick_wgi = 'disabled'