Skip to content

Commit 294b8c0

Browse files
authored
Change lipo path
1 parent 9179e2e commit 294b8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ cd ..
6161
6262
cp -R src/out/mac_x64/WebRTC.framework WebRTC.framework
6363
64-
lipo -create -output WebRTC.framework/WebRTC src/out/macos_x64/WebRTC.framework/WebRTC src/out/macos_arm64/WebRTC.framework/WebRTC
64+
lipo -create -output WebRTC.framework/WebRTC src/out/mac_x64/WebRTC.framework/WebRTC src/out/mac_arm64/WebRTC.framework/WebRTC
6565
```
6666
The outputted `WebRTC.framework` can be imported into an Xcode Project and will support both Intel and Apple Silicon Macs
6767

0 commit comments

Comments
 (0)