godot-tts/godot-tts.gdnlib
Nolan Darilek a7e457da71 Revert "Use UWP rather than UWP.64 to specify the library to load."
I'd selected a 32-bit target, which explains why this wasn't working.

This reverts commit 88b20ad586.
2020-06-14 18:10:11 -05:00

18 lines
368 B
Plaintext

[entry]
Server.64="res://addons/godot-tts/target/debug/libgodot_tts.so"
Windows.64="res://addons/godot-tts/target/debug/godot_tts.dll"
UWP.64="res://addons/godot-tts/target/debug/godot_tts.dll"
X11.64="res://addons/godot-tts/target/debug/libgodot_tts.so"
[dependencies]
X11.64=[ ]
[general]
singleton=false
load_once=true
symbol_prefix="godot_"
reloadable=false