diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2012-06-15 15:45:01 -0700 | 
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-15 15:45:01 -0700 | 
| commit | c135a692b03e6aad9e12e421edafed83c5489315 (patch) | |
| tree | f627c6f27ad76726260ef700d5506d8a97f52186 | |
| parent | c17746f9a0d3854c5db93e3a908437d664890759 (diff) | |
Hopefully fixing mac build issue.
| -rw-r--r-- | indra/newview/CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 2887cc1984..e3e345ce40 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1758,7 +1758,7 @@ if (WINDOWS)  elseif (DARWIN)      set_target_properties(${VIEWER_BINARY_NAME}          PROPERTIES -        LINK_FLAGS_RELEASE "${LINK_FLAGS_RELEASE} -Wl,--map=${VIEWER_BINARY_NAME}.MAP" +        LINK_FLAGS_RELEASE "${LINK_FLAGS_RELEASE} -Xlinker -map -Xlinker ${CMAKE_CURRENT_BINARY_DIR}/${VIEWER_BINARY_NAME}.MAP"          )  else (WINDOWS)  	# Linux   | 
