mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Update crashpad
crashpad is now also supported on Linux. Therefore build it everywhere except under Windows MinGW.
This commit is contained in:
committed by
Klaus Basan
parent
59343c6c24
commit
686f8a478e
@@ -43,7 +43,7 @@
|
||||
#include <atomic>
|
||||
#include <functional>
|
||||
|
||||
#if defined(Q_CC_MSVC) || defined(Q_OS_MACOS) // Crashpad only supported on MSVC and MacOS/X
|
||||
#if !defined(Q_CC_MINGW)
|
||||
#define BLACK_USE_CRASHPAD
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user