Skip to content

Commit 7345864

Browse files
committed
Use xcode clang on macos build
1 parent 042f684 commit 7345864

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build/run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,9 +800,11 @@ def build_webrtc(
800800
'rtc_enable_symbol_export=true',
801801
'rtc_enable_objc_symbol_export=false',
802802
'use_custom_libcxx=false',
803+
"use_custom_libcxx_for_host=false",
803804
'treat_warnings_as_errors=false',
804805
'clang_use_chrome_plugins=false',
805806
'use_lld=false',
807+
'is_clang=false',
806808
]
807809
elif target in ('raspberry-pi-os_armv6',
808810
'raspberry-pi-os_armv7',

0 commit comments

Comments
 (0)