summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-12-23 18:42:14 +0800
committerErik Kundiman <erik@megapahit.org>2024-12-23 18:42:14 +0800
commit7db9bc28a9cbcda72be1f7a3436e7f04b67b6bbe (patch)
tree9d1274388a74f1985fdba87dfd470c142f7c5704 /indra/newview
parent4ff7df68730175021c3dc95f7a2f21c7577d061d (diff)
FMOD has been upgraded from 2.02.25 to 2.02.26
Diffstat (limited to 'indra/newview')
-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 7fb2f6a6fa..17ba8ff2fc 100644
--- a/indra/newview/ViewerInstall.cmake
+++ b/indra/newview/ViewerInstall.cmake
@@ -112,7 +112,7 @@ if (LINUX)
install(FILES
${AUTOBUILD_INSTALL_DIR}/lib/release/libfmod.so
${AUTOBUILD_INSTALL_DIR}/lib/release/libfmod.so.13
- ${AUTOBUILD_INSTALL_DIR}/lib/release/libfmod.so.13.25
+ ${AUTOBUILD_INSTALL_DIR}/lib/release/libfmod.so.13.26
DESTINATION ${_LIB})
endif (USE_FMODSTUDIO)
endif (LINUX)