diff --git a/CMakeLists.txt b/CMakeLists.txt index 416ff39b8..dd7d0debe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,5 +94,5 @@ if (HAVE_JACK) endif() if (WIN32) - target_link_libraries(furnace SDL2main -static) + target_link_libraries(furnace -static) endif()