From 8d373391f3e93829d040bccbf71ac07151c17c9f Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 14 Jan 2020 19:55:51 -0600 Subject: [PATCH] Set a library for the Server platform even though we don't use it, eliminating a warning. --- godot-tts.gdnlib | 1 + godot-tts.gdnlib.release | 1 + 2 files changed, 2 insertions(+) diff --git a/godot-tts.gdnlib b/godot-tts.gdnlib index 8e93148..2c3f863 100644 --- a/godot-tts.gdnlib +++ b/godot-tts.gdnlib @@ -1,5 +1,6 @@ [entry] +Server.64="res://addons/godot-tts/target/debug/libgodot_tts.so" Windows.64="res://addons/godot-tts/target/debug/godot_tts.dll" X11.64="res://addons/godot-tts/target/debug/libgodot_tts.so" diff --git a/godot-tts.gdnlib.release b/godot-tts.gdnlib.release index 1419fa3..2641edd 100644 --- a/godot-tts.gdnlib.release +++ b/godot-tts.gdnlib.release @@ -1,5 +1,6 @@ [entry] +Server.64="res://addons/godot-tts/target/debug/libgodot_tts.so" Windows.64="res://addons/godot-tts/target/release/godot_tts.dll" X11.64="res://addons/godot-tts/target/release/libgodot_tts.so"