diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-05-13 10:55:06 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-05-13 10:55:06 +0800 |
commit | dc0d8d283c07c374664bb94b52d288b9bcfb887c (patch) | |
tree | aa0d973efe1dc509df92b99a4852da85ee7b599b | |
parent | 793bdbf972eca4c032813d6e2c4ef4e79d1628eb (diff) |
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.
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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) |