mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
cmake: Install crashpad_handler with executable bit
This commit is contained in:
@@ -27,7 +27,7 @@ elseif(SWIFT_WIN64)
|
||||
elseif(APPLE)
|
||||
set(crashpad_handler_path ${swift_SOURCE_DIR}/externals/macx-clang/64/bin/swift_crashpad_handler)
|
||||
endif()
|
||||
install(FILES ${crashpad_handler_path} DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
install(PROGRAMS ${crashpad_handler_path} DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
|
||||
# create_dbus_machineid
|
||||
if(APPLE)
|
||||
|
||||
Reference in New Issue
Block a user