build: disable the custom libcxx on Windows
This commit is contained in:
parent
7e9a271852
commit
fe06784a3b
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@ ffmpeg_branding = "Chrome"
|
|||
enable_basic_printing = true
|
||||
|
||||
is_cfi = false
|
||||
|
||||
if (is_win) {
|
||||
use_custom_libcxx = false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue