diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-08-06 18:41:46 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-08-06 18:41:46 -0700 |
commit | ece9cb8022d1c889bfd02ce52f0dd470460d5a21 (patch) | |
tree | 721d6540d4b6bed656a79872a966403d538bf09c /indra/llwebrtc | |
parent | c52c25e10db2b86a70929793a5d723c012a37671 (diff) |
Build an xcarchive for mac symbol upload.
Diffstat (limited to 'indra/llwebrtc')
-rw-r--r-- | indra/llwebrtc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwebrtc/CMakeLists.txt b/indra/llwebrtc/CMakeLists.txt index a8d23b461a..e7c7248b0c 100644 --- a/indra/llwebrtc/CMakeLists.txt +++ b/indra/llwebrtc/CMakeLists.txt @@ -42,7 +42,7 @@ if (WINDOWS) elseif (DARWIN) target_link_libraries(llwebrtc PRIVATE ll::webrtc) set_target_properties(llwebrtc PROPERTIES XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT "dwarf-with-dsym" - XCODE_ATTRIBUTE_DWARF_DSYM_FOLDER_PATH "${SYMBOLS_STAGING_DIR}") + XCODE_ATTRIBUTE_DWARF_DSYM_FOLDER_PATH "${SYMBOLS_STAGING_DIR}/${VIEWER_CHANNEL}/dSYMs") elseif (LINUX) target_link_libraries(llwebrtc PRIVATE ll::webrtc) endif (WINDOWS) |