You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Merge pull request #61316 from bruvzg/tts_3x
[3.x] Backport text-to-speech support.
This commit is contained in:
@@ -256,6 +256,7 @@ def configure_msvc(env, manual_msvc_config):
|
||||
"kernel32",
|
||||
"ole32",
|
||||
"oleaut32",
|
||||
"sapi",
|
||||
"user32",
|
||||
"gdi32",
|
||||
"IPHLPAPI",
|
||||
@@ -427,6 +428,7 @@ def configure_mingw(env):
|
||||
"ws2_32",
|
||||
"kernel32",
|
||||
"oleaut32",
|
||||
"sapi",
|
||||
"dinput8",
|
||||
"dxguid",
|
||||
"ksuser",
|
||||
|
||||
Reference in New Issue
Block a user