Skip to content

Commit e10d33c

Browse files
authored
Update README.md
1 parent a652206 commit e10d33c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ ninja -C out-debug/Windows-x64 libwebrtc
9494
## for Linux
9595
```bash
9696
export ARCH=x64 # x86, x64, arm, arm64
97-
gn gen out/Linux-$ARCH --args="target_os=\"linux\" target_cpu=\"$ARCH\" is_debug=false rtc_include_tests=false rtc_use_h264=true ffmpeg_branding=\"Chrome\" is_component_build=false use_rtti=true use_custom_libcxx=false rtc_enable_protobuf=false"
97+
gn gen out-debug/Linux-$ARCH --args="target_os=\"linux\" target_cpu=\"$ARCH\" is_debug=true rtc_include_tests=false rtc_use_h264=true ffmpeg_branding=\"Chrome\" is_component_build=false use_rtti=true use_custom_libcxx=false rtc_enable_protobuf=false"
9898
```
9999

100100
### Compile for Linux
101101

102102
```bash
103-
ninja -C out-debug/Windows-x64 libwebrtc
103+
ninja -C out-debug/Linux-x64 libwebrtc
104104
```
105105

106106

0 commit comments

Comments
 (0)