summaryrefslogtreecommitdiff
path: root/misc/webrtc.tres
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2023-05-24 16:28:34 +0200
committerGitHub <noreply@github.com>2023-05-24 16:28:34 +0200
commit6de604ffeeb5c338e02fd89d5e49c78c47c824b2 (patch)
treec2f2f63ef668235dae9b6db98e27028c067c591c /misc/webrtc.tres
parentfbe4e06b9f3491db19351762e553d0fd08c9845e (diff)
parentf0af5f9982ea231eeeb92b4329178ea24e75e219 (diff)
downloadfork-godot-webrtc-native-6de604ffeeb5c338e02fd89d5e49c78c47c824b2.tar.gz
fork-godot-webrtc-native-6de604ffeeb5c338e02fd89d5e49c78c47c824b2.tar.bz2
fork-godot-webrtc-native-6de604ffeeb5c338e02fd89d5e49c78c47c824b2.zip
Merge pull request #94 from Faless/fix/macos_releases
[macOS] Add support for universal builds.
Diffstat (limited to 'misc/webrtc.tres')
-rw-r--r--misc/webrtc.tres11
1 files changed, 1 insertions, 10 deletions
diff --git a/misc/webrtc.tres b/misc/webrtc.tres
index 53f096e..bdcb80f 100644
--- a/misc/webrtc.tres
+++ b/misc/webrtc.tres
@@ -3,8 +3,7 @@
[resource]
singleton = true
reloadable = false
-entry/OSX.64 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.osx.{TARGET}.x86_64.dylib"
-entry/OSX.arm64 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.osx.{TARGET}.arm64.dylib"
+entry/OSX.64 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.macos.{TARGET}.universal.dylib"
entry/Windows.64 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.windows.{TARGET}.x86_64.dll"
entry/Windows.32 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.windows.{TARGET}.x86_32.dll"
entry/X11.64 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.linux.{TARGET}.x86_64.so"
@@ -16,11 +15,3 @@ entry/Android.x64 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.android.{TARGET}
entry/iOS.armv7 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.ios.{TARGET}.armv32.dylib"
entry/iOS.arm64 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.ios.{TARGET}.arm64.dylib"
entry/iOS.x86_64 = "res://{GDNATIVE_PATH}/lib/libwebrtc_native.ios.{TARGET}.x86_64.simulator.dylib"
-dependency/Windows.64 = [ ]
-dependency/Windows.32 = [ ]
-dependency/X11.64 = [ ]
-dependency/X11.32 = [ ]
-dependency/Server.64 = [ ]
-dependency/Server.32 = [ ]
-dependency/Android.armeabi-v7a = [ ]
-dependency/Android.arm64-v8a = [ ]