summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2020-08-02 12:07:13 +0200
committerGitHub <noreply@github.com>2020-08-02 12:07:13 +0200
commit74f2c78db5cdffa5b2b6ba9cd041061d7694400c (patch)
treee46e6df4e680b07b25e9bdbbb39c816c86e235b6
parent5f9e74f2fb2658ae15e8bc5b17be208f39d32c3f (diff)
parentdb6d416ebafff6bff24980fc7a1da602cdbc145c (diff)
downloadfork-godot-webrtc-native-74f2c78db5cdffa5b2b6ba9cd041061d7694400c.tar.gz
fork-godot-webrtc-native-74f2c78db5cdffa5b2b6ba9cd041061d7694400c.tar.bz2
fork-godot-webrtc-native-74f2c78db5cdffa5b2b6ba9cd041061d7694400c.zip
Merge pull request #18 from MarkSort/support-server-platform
set library paths for Server platform
-rw-r--r--misc/gdnlib.tres4
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 = [ ]