mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Add swift_crashpad_handler to Linux installer
Summary: swift_crashpad_handler for Linux was part of externals but was never copied to out/ and also never copied into the installer. Reviewers: #gatekeepers Differential Revision: https://dev.swift-project.org/D96
This commit is contained in:
committed by
Mat Sutcliffe
parent
27b857abc4
commit
845c7ddf59
@@ -118,11 +118,8 @@ else:unix {
|
||||
source_path = $$EXTERNALS_BIN_DIR/*
|
||||
dest_path = $$DestRoot/bin
|
||||
}
|
||||
# Currently there is no bin folder in linux externals
|
||||
win32|macx {
|
||||
!isEmpty(QMAKE_POST_LINK): QMAKE_POST_LINK += &&
|
||||
QMAKE_POST_LINK += $$copy_command $$shell_path($$source_path) $$shell_path($$dest_path)
|
||||
}
|
||||
!isEmpty(QMAKE_POST_LINK): QMAKE_POST_LINK += &&
|
||||
QMAKE_POST_LINK += $$copy_command $$shell_path($$source_path) $$shell_path($$dest_path)
|
||||
|
||||
win32 {
|
||||
copy_command = xcopy /Y
|
||||
|
||||
Reference in New Issue
Block a user