File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ git apply "$COMMAND_DIR/patches/add_licenses.patch" -v --ignore-space-change --i
7575git apply " $COMMAND_DIR /patches/fix_license_json_parsing.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
7676git apply " $COMMAND_DIR /patches/ssl_verify_callback_with_native_handle.patch" -v --ignore-space-change --ignore-whitespace --whitespace=nowarn
7777git 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
7979git 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 \
You can’t perform that action at this time.
0 commit comments