Skip to content

Commit c7723dd

Browse files
committed
fix build on linux.
1 parent da62c24 commit c7723dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

webrtc-sys/libwebrtc/build_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ git apply "$COMMAND_DIR/patches/add_licenses.patch" -v --ignore-space-change --i
7575
git apply "$COMMAND_DIR/patches/fix_license_json_parsing.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
7676
git apply "$COMMAND_DIR/patches/ssl_verify_callback_with_native_handle.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
7777
git apply "$COMMAND_DIR/patches/add_deps.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
78-
git apply "$COMMAND_DIR/patches/fix_desktop_capture_compile.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
78+
#git apply "$COMMAND_DIR/patches/fix_desktop_capture_compile.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
7979
git apply "$COMMAND_DIR/patches/external_audio_source.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
8080

8181
# Disable CREL (compact relocations). Chromium's build enables experimental
@@ -113,7 +113,7 @@ args="is_debug=$debug \
113113
rtc_enable_protobuf=false \
114114
treat_warnings_as_errors=false \
115115
use_llvm_libatomic=false \
116-
use_custom_libcxx=false \
116+
use_custom_libcxx=true \
117117
use_custom_libcxx_for_host=false \
118118
use_clang_modules=false \
119119
rtc_include_tests=false \

0 commit comments

Comments
 (0)