ci: disable WGI joystick backend for SDL
Fails to build with latest llvm-mingw
This commit is contained in:
parent
2d4f310b90
commit
9764ac706f
1 changed files with 3 additions and 0 deletions
|
@ -7,3 +7,6 @@ use_libcrypto = 'disabled'
|
|||
force_vendored_shader_tools = true
|
||||
validate_glsl = 'disabled'
|
||||
|
||||
[sdl2:project options]
|
||||
use_joystick_wgi = 'disabled'
|
||||
|
||||
|
|
Loading…
Reference in a new issue