There was an error while loading. Please reload this page.
1 parent 42ced2d commit 6bce45dCopy full SHA for 6bce45d
1 file changed
build/run.py
@@ -752,7 +752,8 @@ def build_webrtc(
752
f'target_cpu="{target_cpus[target]}"',
753
"use_custom_libcxx=false",
754
"use_custom_libcxx_for_host=false",
755
- "is_clang=true"
+ "is_clang=true",
756
+ 'use_lld=false',
757
]
758
elif target in ('macos_x86_64', 'macos_arm64'):
759
gn_args += [
@@ -1218,7 +1219,7 @@ def main():
1218
1219
commit = version_info.webrtc_commit
1220
if args.commit:
1221
commit = args.commit
-
1222
+
1223
print("Building for commit: ", commit)
1224
1225
# ソース取得
0 commit comments