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:
parent
842148eb5b
commit
a2554b6dae
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
, OpenGL
|
||||
, audiofile
|
||||
, libiconv
|
||||
, withStatic ? false
|
||||
, withStatic ? stdenv.hostPlatform.isMinGW
|
||||
# passthru.tests
|
||||
, testers
|
||||
}:
|
||||
|
|
Loading…
Reference in a new issue