From c0e6750ad3145ead45fda1285b61488e2ee39420 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sun, 24 Mar 2024 18:46:25 +1000 Subject: [PATCH] Updater: Link zlib statically Old builds don't know that the DLL is needed when extracting... --- src/updater/updater.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/updater/updater.vcxproj b/src/updater/updater.vcxproj index 65b27ba4c..8ab7a052c 100644 --- a/src/updater/updater.vcxproj +++ b/src/updater/updater.vcxproj @@ -31,7 +31,7 @@ %(AdditionalIncludeDirectories);$(SolutionDir)dep\minizip\include;$(SolutionDir)src - %(AdditionalDependencies);Comctl32.lib;zlib.lib + %(AdditionalDependencies);Comctl32.lib;zlibstatic.lib