From 2d1da95bc1165b4808ff6ea0ea174828fe05d14f Mon Sep 17 00:00:00 2001 From: Megamouse Date: Thu, 3 Oct 2024 16:53:16 +0200 Subject: [PATCH] VS: Fix zstd debug lib --- 3rdparty/zstd/zstd.vcxproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/3rdparty/zstd/zstd.vcxproj b/3rdparty/zstd/zstd.vcxproj index 0182727fb0..a5dea941b5 100644 --- a/3rdparty/zstd/zstd.vcxproj +++ b/3rdparty/zstd/zstd.vcxproj @@ -115,7 +115,7 @@ - DynamicLibrary + StaticLibrary true MultiByte @@ -153,10 +153,13 @@ Level4 Disabled + MultiThreadedDebug + /DZSTD_MULTITHREAD %(AdditionalOptions) ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true false $(InstructionSet) + ProgramDatabase Console