mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Fix MinGW build failure
This commit is contained in:
committed by
Mat Sutcliffe
parent
347ea91bf6
commit
04787bbf39
@@ -1717,8 +1717,10 @@ namespace BlackCore
|
||||
|
||||
void CApplication::onCrashDumpUploadEnabledChanged()
|
||||
{
|
||||
#ifdef BLACK_USE_CRASHPAD
|
||||
const bool enabled = CBuildConfig::isReleaseBuild() && m_crashDumpSettings.getThreadLocal().isEnabled();
|
||||
this->enableCrashDumpUpload(enabled);
|
||||
#endif
|
||||
}
|
||||
|
||||
void CApplication::triggerCrashInfoWrite()
|
||||
|
||||
Reference in New Issue
Block a user