diff options
author | Callum Prentice <callum@lindenlab.com> | 2022-10-21 16:04:22 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2022-10-21 16:04:22 -0700 |
commit | 31917709d9f4d9d4742910ae7990009a1580b150 (patch) | |
tree | 493ecd438f0e99ef78ee71d7be47cb13a49ea465 /indra/cmake | |
parent | 074ff9fd4bbe0a6c6d589b3bdf5fe1a48df0b1ed (diff) |
SL-18390: speculative fix for broken notarization - part2
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index 7495de00d5..2c99d93284 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() |