File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
9494## for Linux
9595``` bash
9696export 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
You can’t perform that action at this time.
0 commit comments