diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gdnlib.tres | 4 |
1 files changed, 4 insertions, 0 deletions
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 = [ ] |