summaryrefslogtreecommitdiff
path: root/indra/newview/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew A. de Laix <alain@lindenlab.com>2011-01-19 12:11:54 -0800
committerAndrew A. de Laix <alain@lindenlab.com>2011-01-19 12:11:54 -0800
commita339c948b554070d900aaaca8e6df10694282672 (patch)
tree46b6513b24e814fb771586c56e0d525e8da108fc /indra/newview/CMakeLists.txt
parent90202a32f8caf7a7e621d69f4315c26f26ff522c (diff)
update google-breakpad package; fix call to dump symbols.
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-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 759c8e4045..b5cb067061 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1870,7 +1870,7 @@ if (PACKAGE)
"${VIEWER_DIST_DIR}"
"${VIEWER_EXE_GLOBS}"
"${VIEWER_LIB_GLOB}"
- "${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/bin/dump_syms"
+ "${AUTOBUILD_INSTALL_DIR}/bin/dump_syms"
"${VIEWER_SYMBOL_FILE}"
DEPENDS generate_breakpad_symbols.py
VERBATIM)