build: do not use custom libcxx on windows

This commit is contained in:
Samuel Attard 2019-03-28 17:05:53 -07:00
parent fe06784a3b
commit a34c47b542
17 changed files with 70 additions and 82 deletions

View file

@ -13,7 +13,3 @@ ffmpeg_branding = "Chrome"
enable_basic_printing = true
is_cfi = false
if (is_win) {
use_custom_libcxx = false
}