8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8d048 commit aa9c736Copy full SHA for aa9c736
arangod/RestServer/EnvironmentFeature.cpp
@@ -79,7 +79,7 @@ void EnvironmentFeature::prepare() {
79
#elif _WIN32
80
// TODO: improve Windows version detection
81
_operatingSystem = "windows";
82
-#elif __apple__
+#elif __APPLE__
83
// TODO: improve MacOS version detection
84
_operatingSystem = "macos";
85
#else
0 commit comments