Skip to content

Commit 6207c79

Browse files
committed
1 parent cd9f83a commit 6207c79

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

BUILD.gn

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,11 @@ source_set("electron_lib") {
586586
}
587587

588588
if (is_mac) {
589+
# Disable C++ modules to resolve linking error when including MacOS SDK
590+
# headers from third_party/electron_node/deps/uv/include/uv/darwin.h
591+
# TODO(samuelmaddock): consider revisiting this in the future
592+
use_libcxx_modules = false
593+
589594
deps += [
590595
"//components/remote_cocoa/app_shim",
591596
"//components/remote_cocoa/browser",

0 commit comments

Comments
 (0)