From f6407b50d131fa44bf1b4b34a75ef99e9bdb578a Mon Sep 17 00:00:00 2001 From: disinvite Date: Thu, 28 Dec 2023 15:11:22 -0500 Subject: [PATCH] ISLE using multithreaded libc --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3650c718..44b72cac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -292,7 +292,7 @@ if (MSVC) # game was originally built with) and tweaked slightly to produce more debugging info for reccmp. # They ensure a recompilation that can be byte/instruction accurate to the original binaries. if (ISLE_BUILD_APP) - target_compile_options(isle PRIVATE "/ML$<$:d>") + target_compile_options(isle PRIVATE "/MT$<$:d>") endif() target_compile_options(lego1 PRIVATE "/MT$<$:d>")