Revert "SL-18390: speculative fix for broken notarization - part2"

This reverts commit 31917709d9.
master
Nicky 2022-10-23 20:08:46 +02:00
parent 069ccb3024
commit b4e8d7a7b2
1 changed files with 3 additions and 3 deletions

View File

@ -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()