diff options
author | Mark Achée <mark@achee.com> | 2020-06-20 12:22:29 -0500 |
---|---|---|
committer | Mark Achée <mark@achee.com> | 2020-06-20 12:22:29 -0500 |
commit | db6d416ebafff6bff24980fc7a1da602cdbc145c (patch) | |
tree | e46e6df4e680b07b25e9bdbbb39c816c86e235b6 /misc | |
parent | 5f9e74f2fb2658ae15e8bc5b17be208f39d32c3f (diff) | |
download | fork-godot-webrtc-native-db6d416ebafff6bff24980fc7a1da602cdbc145c.tar.gz fork-godot-webrtc-native-db6d416ebafff6bff24980fc7a1da602cdbc145c.tar.bz2 fork-godot-webrtc-native-db6d416ebafff6bff24980fc7a1da602cdbc145c.zip |
set library paths for Server platform
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 = [ ] |