diff --git a/src/account.cpp b/src/account.cpp
index 4c6b224909c8d143de60e4b9399f1d7a0350eb79..34cc05e1fd3a94ed5940d9f92accb4c9eae6887b 100644
--- a/src/account.cpp
+++ b/src/account.cpp
@@ -122,7 +122,7 @@ Account::Account(const std::string& accountID)
     , upnpEnabled_(true)
     , localModeratorsEnabled_(true)
     , allModeratorsEnabled_(true)
-#if (defined(__linux__) and not defined(__ANDROID__)) || defined(WIN32)
+#if (defined(__linux__) and not defined(__ANDROID__)) || defined(WIN32) || (defined(__APPLE__) && TARGET_OS_MAC)
     , multiStreamEnabled_(true)
 #else
     , multiStreamEnabled_(false)