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