Revert "SL-18390: speculative fix for broken notarization - part2"
This reverts commit 31917709d9.
master
parent
069ccb3024
commit
b4e8d7a7b2
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue