File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,13 +94,13 @@ ninja -C out-debug/Windows-x64 libwebrtc
94
94
## for Linux
95
95
``` bash
96
96
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"
98
98
```
99
99
100
100
### Compile for Linux
101
101
102
102
``` bash
103
- ninja -C out-debug/Windows -x64 libwebrtc
103
+ ninja -C out-debug/Linux -x64 libwebrtc
104
104
```
105
105
106
106
You can’t perform that action at this time.
0 commit comments