Add libgcc_s_dw2-1 for Win32 SDL2

This commit is contained in:
def 2020-08-23 08:01:51 +02:00
parent e9a941212a
commit cbbcce66fe
2 changed files with 6 additions and 1 deletions

View file

@ -32,6 +32,11 @@ if(SDL2_FOUND)
is_bundled(SDL2_BUNDLED "${SDL2_LIBRARY}")
if(SDL2_BUNDLED AND TARGET_OS STREQUAL "windows")
set(SDL2_COPY_FILES "${EXTRA_SDL2_LIBDIR}/SDL2.dll")
if(TARGET_BITS EQUAL 32)
list(APPEND OPUSFILE_COPY_FILES
"${EXTRA_SDL2_LIBDIR}/libgcc_s_dw2-1.dll"
)
endif()
else()
set(SDL2_COPY_FILES)
endif()

@ -1 +1 @@
Subproject commit 5165e39de4d75ca95ff10b69db06b41c86380829
Subproject commit 3bb0fee02fb8d3dcf7132817d313672d28d8b1f8