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.
This commit is contained in:
Nolan Darilek 2020-06-14 18:10:11 -05:00
parent 88b20ad586
commit a7e457da71
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Server.64="res://addons/godot-tts/target/debug/libgodot_tts.so"
Windows.64="res://addons/godot-tts/target/debug/godot_tts.dll"
UWP="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]

View File

@ -2,7 +2,7 @@
Server.64="res://addons/godot-tts/target/release/libgodot_tts.so"
Windows.64="res://addons/godot-tts/target/release/godot_tts.dll"
UWP="res://addons/godot-tts/target/release/godot_tts.dll"
UWP.64="res://addons/godot-tts/target/release/godot_tts.dll"
X11.64="res://addons/godot-tts/target/release/libgodot_tts.so"
[dependencies]