mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-21 20:35:57 +00:00
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:
parent
88b20ad586
commit
a7e457da71
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user