summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-08-21 17:02:40 +0800
committerErik Kundiman <erik@megapahit.org>2024-08-21 17:07:20 +0800
commit8e9eff07325cd3973b9d0277f2865d1e1924730e (patch)
tree915b604f9e3e1b719a441709aa33ff3e25deac27
parent074b35a7c87c58db22637f504a24611f67c9a603 (diff)
Remove the right old WebRTC Framework
-rw-r--r--indra/cmake/WebRTC.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/WebRTC.cmake b/indra/cmake/WebRTC.cmake
index fa8fa64ac0..030d3f4919 100644
--- a/indra/cmake/WebRTC.cmake
+++ b/indra/cmake/WebRTC.cmake
@@ -23,7 +23,7 @@ if (CMAKE_OSX_ARCHITECTURES MATCHES arm64)
${LIBS_PREBUILT_DIR}/lib/libwebrtc.a
${LIBS_PREBUILT_DIR}/lib/release/libwebrtc.a
)
- file(REMOVE_RECURSE ${LIBS_PREBUILT_DIR}/Frameworks/WebRTC.xcframework/macos-arm64/WebRTC.framework)
+ file(REMOVE_RECURSE ${LIBS_PREBUILT_DIR}/lib/release/WebRTC.framework)
file(RENAME
${LIBS_PREBUILT_DIR}/Frameworks/WebRTC.xcframework/macos-arm64/WebRTC.framework
${LIBS_PREBUILT_DIR}/lib/release/WebRTC.framework