it compiles with MinGW

This commit is contained in:
tildearrow 2021-12-07 13:48:21 -05:00
parent 137258c269
commit 9fb02b5318
1 changed files with 1 additions and 1 deletions

View File

@ -94,5 +94,5 @@ if (HAVE_JACK)
endif()
if (WIN32)
target_link_libraries(furnace SDL2main)
target_link_libraries(furnace SDL2main -static)
endif()