Skip to content

Commit d0f4932

Browse files
committed
Fix windows link errors
1 parent dd37ba2 commit d0f4932

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,8 @@ def build_webrtc(
768768
f'target_cpu="{target_cpus[target]}"',
769769
"use_custom_libcxx=false",
770770
"use_custom_libcxx_for_host=false",
771-
"is_clang=true"
771+
"is_clang=true",
772+
'use_lld=false',
772773
]
773774
elif target in ('macos_x86_64', 'macos_arm64'):
774775
gn_args += [

0 commit comments

Comments
 (0)