mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Change the operating system name from OSX to MacOS everywhere
Summary: - Changed the name in all build artifacts - Everywhere in C++ Reviewers: #swift_pilot_client, kbasan Reviewed By: #swift_pilot_client, kbasan Subscribers: jenkins Maniphest Tasks: T205 Differential Revision: https://dev.swift-project.org/D69
This commit is contained in:
@@ -532,8 +532,8 @@ namespace BlackCore
|
||||
QLatin1String(" Unix: ") %
|
||||
boolToYesNo(CBuildConfig::isRunningOnUnixPlatform()) %
|
||||
separator %
|
||||
QLatin1String("MacOSX: ") %
|
||||
boolToYesNo(CBuildConfig::isRunningOnMacOSXPlatform());
|
||||
QLatin1String("MacOS: ") %
|
||||
boolToYesNo(CBuildConfig::isRunningOnMacOSPlatform());
|
||||
|
||||
return env;
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
#include <atomic>
|
||||
#include <functional>
|
||||
|
||||
#if defined(Q_CC_MSVC) || defined(Q_OS_OSX) // Crashpad only supported on MSVC and MacOS/X
|
||||
#if defined(Q_CC_MSVC) || defined(Q_OS_MACOS) // Crashpad only supported on MSVC and MacOS/X
|
||||
#define BLACK_USE_CRASHPAD
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user