summaryrefslogtreecommitdiff
path: root/indra/media_plugins/example/CMakeLists.txt
diff options
context:
space:
mode:
authorRye <rye@alchemyviewer.org>2025-08-27 23:07:22 -0400
committerRye <rye@alchemyviewer.org>2025-08-27 23:07:22 -0400
commit34ae3db498e0683b453c923fbff80b441810e96e (patch)
tree27ce1dd3fd93c506f5503e89fb64f9d51a39601a /indra/media_plugins/example/CMakeLists.txt
parent3f65a4bfec71a9950a541f9e6195a572a0622b48 (diff)
parentdae43ad532579e849aa191fba4fdb3478a455840 (diff)
Merge branch 'callum/viewer-cef-2025-08' into rye/infinitemac
Diffstat (limited to 'indra/media_plugins/example/CMakeLists.txt')
-rw-r--r--indra/media_plugins/example/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/example/CMakeLists.txt b/indra/media_plugins/example/CMakeLists.txt
index 71343d5f85..be8ffe5a40 100644
--- a/indra/media_plugins/example/CMakeLists.txt
+++ b/indra/media_plugins/example/CMakeLists.txt
@@ -39,7 +39,7 @@ if (DARWIN)
PROPERTIES
PREFIX ""
BUILD_WITH_INSTALL_RPATH 1
- INSTALL_NAME_DIR "@executable_path"
+ INSTALL_RPATH "@executable_path/../Frameworks"
LINK_FLAGS "-exported_symbols_list ${CMAKE_CURRENT_SOURCE_DIR}/../base/media_plugin_base.exp"
)