Skip to content

Commit 3239395

Browse files
authoredJul 17, 2024
Revert build_webrtc.sh
1 parent 1a21ec0 commit 3239395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/build_webrtc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
TARGET_OS="${TARGET_OS:-ios}" # ios | mac
4-
TARGET_CPU="${TARGET_CPU:-arm64}" # x86 | arm | x64 | arm64
4+
TARGET_CPU="${TARGET_CPU:-x64}" # x86 | arm | x64 | arm64
55
ENVIROMENT="${ENVIROMENT:-'simulator'}" # simulator | device
66
OUTPUT_DIR="../out"
77

0 commit comments

Comments
 (0)