diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2019-06-13 16:44:06 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2020-01-03 19:41:07 +0100 |
commit | 4b22741255652d90a6d6c2a4e0c5e248112e5e72 (patch) | |
tree | ec6d54221cd726e685ee4569ee59b8d6856d3cd6 /misc | |
parent | 5769d8b2de3a62e9e798d8fa59c71ba30f9cf88a (diff) | |
download | fork-godot-webrtc-native-4b22741255652d90a6d6c2a4e0c5e248112e5e72.tar.gz fork-godot-webrtc-native-4b22741255652d90a6d6c2a4e0c5e248112e5e72.tar.bz2 fork-godot-webrtc-native-4b22741255652d90a6d6c2a4e0c5e248112e5e72.zip |
Build script also create gdnlib
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gdnlib.tres | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/gdnlib.tres b/misc/gdnlib.tres new file mode 100644 index 0000000..6c44cc7 --- /dev/null +++ b/misc/gdnlib.tres @@ -0,0 +1,13 @@ +[gd_resource type="GDNativeLibrary" format=2] + +[resource] +singleton = true +reloadable = false +entry/Windows.64 = "res://{GDNATIVE_PATH}/lib/webrtc_native.windows.{TARGET}.64.dll" +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" +dependency/Windows.64 = [ ] +dependency/Windows.32 = [ ] +dependency/X11.64 = [ ] +dependency/X11.32 = [ ] |