SDL2: improve mingw support

Part of a larger effort to add mingw support for qtmultimedia.
ffmpeg will fail to compile without this change.
This commit is contained in:
Sean Link 2024-02-26 12:13:38 -07:00 committed by Bjørn Forsman
parent 842148eb5b
commit a2554b6dae

View file

@ -48,7 +48,7 @@
, OpenGL
, audiofile
, libiconv
, withStatic ? false
, withStatic ? stdenv.hostPlatform.isMinGW
# passthru.tests
, testers
}: