Set a library for the Server platform even though we don't use it, eliminating a warning.

This commit is contained in:
Nolan Darilek 2020-01-14 19:55:51 -06:00
parent f41c34c12f
commit 8d373391f3
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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"