Skip to content

Commit

Permalink
Fixed Linux Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Laky-64 committed Dec 14, 2024
1 parent 18d52ca commit 7097cfc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,6 @@ def build_webrtc_ios(
"use_lld=false",
"rtc_enable_objc_symbol_export=true",
"treat_warnings_as_errors=false",
"rtc_use_h264=false",
*COMMON_GN_ARGS,
]

Expand Down Expand Up @@ -893,7 +892,6 @@ def build_webrtc_android(
gn_args_base = [
f"is_debug={'true' if debug else 'false'}",
f"is_java_debug={'true' if debug else 'false'}",
"rtc_use_h264=false",
*COMMON_GN_ARGS,
]

Expand Down Expand Up @@ -967,7 +965,6 @@ def build_webrtc(
if not os.path.exists(os.path.join(webrtc_build_dir, "args.gn")) or gen:
gn_args = [
f"is_debug={'true' if debug else 'false'}",
f"rtc_use_h264={'true' if target in ['ubuntu-20.04_x86_64'] else 'false'}",
*COMMON_GN_ARGS,
]
if target in ["windows_x86_64", "windows_arm64"]:
Expand Down

0 comments on commit 7097cfc

Please sign in to comment.