We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a21ec0 commit 3239395Copy full SHA for 3239395
scripts/build_webrtc.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
TARGET_OS="${TARGET_OS:-ios}" # ios | mac
4
-TARGET_CPU="${TARGET_CPU:-arm64}" # x86 | arm | x64 | arm64
+TARGET_CPU="${TARGET_CPU:-x64}" # x86 | arm | x64 | arm64
5
ENVIROMENT="${ENVIROMENT:-'simulator'}" # simulator | device
6
OUTPUT_DIR="../out"
7
0 commit comments