mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 12:25:56 +00:00
Add OSX library to gdnlib files.
This commit is contained in:
parent
1eca767056
commit
8c26502f25
|
@ -4,6 +4,7 @@ Server.64="res://addons/godot-tts/target/debug/libgodot_tts.so"
|
|||
Windows.64="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"
|
||||
OSX.64="res://addons/godot-tts/target/debug/libgodot_tts.dylib"
|
||||
|
||||
[dependencies]
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ Server.64="res://addons/godot-tts/target/release/libgodot_tts.so"
|
|||
Windows.64="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"
|
||||
OSX.64="res://addons/godot-tts/target/release/libgodot_tts.dylib"
|
||||
|
||||
[dependencies]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user