summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Oppenheim <poppy@lindenlab.com>2009-02-25 01:08:58 +0000
committerPaul Oppenheim <poppy@lindenlab.com>2009-02-25 01:08:58 +0000
commit4d25dc0a0638b5d6b98ca79e6f008f9cd58b4047 (patch)
tree87e0b1f8907421a674a047ed28838d410a8f4fe7
parent78f95ee9d48f9a2a27e966d74c00e85b9c55ee76 (diff)
trivial fix for broken mac build.
-rw-r--r--indra/newview/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 123f3b72a3..9ec54f1851 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1293,7 +1293,7 @@ if (FMOD)
PROPERTIES
BUILD_WITH_INSTALL_RPATH 1
INSTALL_NAME_DIR "@executable_path/../Resources"
- LINK_FLAGS "-unexported_symbols_list ../newview/fmod_hidden_symbols.exp"
+ LINK_FLAGS "-unexported_symbols_list ${CMAKE_CURRENT_SOURCE_DIR}/fmod_hidden_symbols.exp"
)
endif (DARWIN)
set(FMODWRAPPER_LIBRARY fmodwrapper)