mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
Fix building with cmake on macOS Mojave (#4234)
This commit is contained in:
@@ -449,7 +449,7 @@ target_link_libraries(${TR_NAME}-mac
|
||||
|
||||
if(NOT CMAKE_GENERATOR STREQUAL Xcode)
|
||||
add_custom_command(TARGET ${TR_NAME}-mac POST_BUILD
|
||||
COMMAND ${CODESIGN_EXECUTABLE} -s - -o linker-signed $<TARGET_BUNDLE_DIR:${TR_NAME}-mac>)
|
||||
COMMAND ${CODESIGN_EXECUTABLE} -s - $<TARGET_BUNDLE_DIR:${TR_NAME}-mac>)
|
||||
endif()
|
||||
|
||||
set(MAC_BUNDLE_NAME Transmission)
|
||||
|
||||
Reference in New Issue
Block a user