summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@posteo.nl>2022-10-23 20:08:46 +0200
committerNicky <nicky.dasmijn@posteo.nl>2022-10-23 20:08:46 +0200
commitb4e8d7a7b28cfe8bb622e23148d66ee0a61e17e4 (patch)
treee66f9f43d1915bf36e210fe5d51e8e0a45d74c10 /indra
parent069ccb30241716403c2de2d2d1faad62720917a3 (diff)
Revert "SL-18390: speculative fix for broken notarization - part2"
This reverts commit 31917709d9f4d9d4742910ae7990009a1580b150.
Diffstat (limited to 'indra')
-rw-r--r--indra/cmake/Copy3rdPartyLibs.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake
index 2c99d93284..7495de00d5 100644
--- a/indra/cmake/Copy3rdPartyLibs.cmake
+++ b/indra/cmake/Copy3rdPartyLibs.cmake
@@ -294,7 +294,7 @@ if(DARWIN)
# Support our "@executable_path/../Resources" load path for executables
# that end up in any of the above SHARED_LIB_STAGING_DIR_MUMBLE
# directories.
- #add_custom_command( TARGET stage_third_party_libs POST_BUILD
- # COMMAND cmake -E create_symlink ${SHARED_LIB_STAGING_DIR} ${CMAKE_BINARY_DIR}/sharedlibs/Resources
- # )
+ add_custom_command( TARGET stage_third_party_libs POST_BUILD
+ COMMAND cmake -E create_symlink ${SHARED_LIB_STAGING_DIR} ${CMAKE_BINARY_DIR}/sharedlibs/Resources
+ )
endif()