From a7e457da71094b30272467ecaff78069e2b4d645 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sun, 14 Jun 2020 18:10:11 -0500 Subject: [PATCH] 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 88b20ad586ccbe01124a56065b9cc1beaf9c5226. --- godot-tts.gdnlib | 2 +- godot-tts.gdnlib.release | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/godot-tts.gdnlib b/godot-tts.gdnlib index 17350d7..62b7c00 100644 --- a/godot-tts.gdnlib +++ b/godot-tts.gdnlib @@ -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] diff --git a/godot-tts.gdnlib.release b/godot-tts.gdnlib.release index 4865c72..ea65c58 100644 --- a/godot-tts.gdnlib.release +++ b/godot-tts.gdnlib.release @@ -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]