build: disable the custom libcxx on Windows

This commit is contained in:
Samuel Attard 2019-03-25 13:11:54 -07:00 committed by Samuel Attard
parent 7e9a271852
commit fe06784a3b

View file

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