CREATE_PROJECT: Enable TTS on msvc by default

This commit is contained in:
Jaromir Wysoglad 2019-10-14 01:26:13 +02:00
parent 9a7a7743bb
commit d68baf4008

View File

@ -1095,7 +1095,7 @@ const Feature s_features[] = {
{ "langdetect", "USE_DETECTLANG", "", true, "System language detection support" }, // This feature actually depends on "translation", there
// is just no current way of properly detecting this...
{ "text-console", "USE_TEXT_CONSOLE_FOR_DEBUGGER", "", false, "Text console debugger" }, // This feature is always applied in xcode projects
{ "tts", "USE_TTS", "", false, "Text to speech support"}
{ "tts", "USE_TTS", "", true, "Text to speech support"}
};
const Tool s_tools[] = {