summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-05-04 13:20:19 +0800
committerErik Kundiman <erik@megapahit.org>2026-05-04 13:20:19 +0800
commit7a617e88cd5f61b46744dda2df1fb82eede70ebf (patch)
treed4cb298ef09478be4cac9f8751fa8994ff7f7f5d /indra
parent9e905bd830c7cfb79443c1ca0ee9cdf4d24bf9f9 (diff)
vcpkg zlib's DLL seems to be renamedHEADmain
from zlib1.dll to z.dll
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/ViewerInstall.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/ViewerInstall.cmake b/indra/newview/ViewerInstall.cmake
index b8c8af6234..48216013c6 100644
--- a/indra/newview/ViewerInstall.cmake
+++ b/indra/newview/ViewerInstall.cmake
@@ -163,7 +163,7 @@ elseif (WINDOWS)
${prefix_result}/../bin/vorbis.dll
${prefix_result}/../bin/vorbisenc.dll
${prefix_result}/../bin/vorbisfile.dll
- ${prefix_result}/../bin/zlib1.dll
+ ${prefix_result}/../bin/z.dll
DESTINATION .
)