From 7e4370a880639a922cb387040c78deefae454466 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 7 Dec 2021 16:09:00 -0500 Subject: [PATCH] i can't get it working --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()