From dc0d8d283c07c374664bb94b52d288b9bcfb887c Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Tue, 13 May 2025 10:55:06 +0800 Subject: Like the previous commit, except the opposite cause this one spans a bit far, that we need to set some value in the parentheses as a reminder. --- indra/newview/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 1b0cb9843d..ea23032fd1 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2284,6 +2284,7 @@ if (LINUX) endif (PACKAGE) endif (FALSE) +else (LINUX) add_custom_command( TARGET ${VIEWER_BINARY_NAME} POST_BUILD COMMAND sed @@ -2325,6 +2326,7 @@ if (LINUX) "audio/freealut;graphics/libGLU;textproc/hunspell;misc/meshoptimizer;archivers/minizip;www/libnghttp2;multimedia/vlc;audio/libvorbis" CACHE STRING "FreeBSD package dependencies.") endif () + endif (LINUX) if (DARWIN) -- cgit v1.2.3