diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2022-07-23 22:10:10 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2022-07-24 14:33:37 -0700 |
| commit | c3b64012d17d3e8a5ab672eaadbdeb5b4e6180fb (patch) | |
| tree | 181b5484bb1605b73368708b14f71057bfc82e65 /Source/Core | |
| parent | 1a78d5b9e783bbd19022626d2985c09d22e3af86 (diff) | |
replace zlib with zlib-ng
since the benefits are so high, don't link with shared zlib
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/WinUpdater/WinUpdater.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/WinUpdater/WinUpdater.vcxproj b/Source/Core/WinUpdater/WinUpdater.vcxproj index 08f4fe6f2e..cd523bb017 100644 --- a/Source/Core/WinUpdater/WinUpdater.vcxproj +++ b/Source/Core/WinUpdater/WinUpdater.vcxproj @@ -42,8 +42,8 @@ <ProjectReference Include="$(ExternalsDir)mbedtls\mbedTLS.vcxproj"> <Project>{bdb6578b-0691-4e80-a46c-df21639fd3b8}</Project> </ProjectReference> - <ProjectReference Include="$(ExternalsDir)zlib\zlib.vcxproj"> - <Project>{ff213b23-2c26-4214-9f88-85271e557e87}</Project> + <ProjectReference Include="$(ExternalsDir)zlib-ng\zlib-ng.vcxproj"> + <Project>{F6EA7144-8D64-4EBB-A13E-76DFBD911EAE}</Project> </ProjectReference> </ItemGroup> <ItemGroup> |
