mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: disable the custom libcxx on Windows
This commit is contained in:
committed by
Samuel Attard
parent
7e9a271852
commit
fe06784a3b
@@ -13,3 +13,7 @@ ffmpeg_branding = "Chrome"
|
||||
enable_basic_printing = true
|
||||
|
||||
is_cfi = false
|
||||
|
||||
if (is_win) {
|
||||
use_custom_libcxx = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user