From 9fb02b5318d8f62463e0c39ba0ed91cace741194 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 7 Dec 2021 13:48:21 -0500 Subject: [PATCH] it compiles with MinGW --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c556587d7..416ff39b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,5 +94,5 @@ if (HAVE_JACK) endif() if (WIN32) - target_link_libraries(furnace SDL2main) + target_link_libraries(furnace SDL2main -static) endif()