From db6d416ebafff6bff24980fc7a1da602cdbc145c Mon Sep 17 00:00:00 2001 From: Mark Achée Date: Sat, 20 Jun 2020 12:22:29 -0500 Subject: set library paths for Server platform --- misc/gdnlib.tres | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'misc') diff --git a/misc/gdnlib.tres b/misc/gdnlib.tres index 6c44cc7..a486a54 100644 --- a/misc/gdnlib.tres +++ b/misc/gdnlib.tres @@ -7,7 +7,11 @@ entry/Windows.64 = "res://{GDNATIVE_PATH}/lib/webrtc_native.windows.{TARGET}.64. entry/Windows.32 = "res://{GDNATIVE_PATH}/lib/webrtc_native.windows.{TARGET}.32.dll" entry/X11.64 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.linux.{TARGET}.64.so" entry/X11.32 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.linux.{TARGET}.32.so" +entry/Server.64 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.linux.{TARGET}.64.so" +entry/Server.32 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.linux.{TARGET}.32.so" dependency/Windows.64 = [ ] dependency/Windows.32 = [ ] dependency/X11.64 = [ ] dependency/X11.32 = [ ] +dependency/Server.64 = [ ] +dependency/Server.32 = [ ] -- cgit v1.2.3