X Tutup
Skip to content

Commit fe06784

Browse files
build: disable the custom libcxx on Windows
1 parent 7e9a271 commit fe06784

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/args/all.gn

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ ffmpeg_branding = "Chrome"
1313
enable_basic_printing = true
1414

1515
is_cfi = false
16+
17+
if (is_win) {
18+
use_custom_libcxx = false
19+
}

0 commit comments

Comments
 (0)
X Tutup