Skip to content
Snippets Groups Projects
Commit a25b526e authored by Aline Gondim Santos's avatar Aline Gondim Santos Committed by Kateryna Kostiuk
Browse files

multistream: enable for MacOS

Change-Id: I13b63eff7f7b729ece6ac3d16cd4d36767a20464
parent de472375
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment