[gn build] (manually) port b0fd9497af

This commit is contained in:
Nico Weber 2022-03-23 15:46:42 -04:00
parent b0fd9497af
commit e85aee06d8
1 changed files with 2 additions and 1 deletions

View File

@ -115,6 +115,7 @@ config("cxx_config") {
cxx_sources = [
"algorithm.cpp",
"any.cpp",
"assert.cpp",
"atomic.cpp",
"barrier.cpp",
"bind.cpp",
@ -201,8 +202,8 @@ if (target_os == "zos") {
}
if (libcxx_enable_debug_mode) {
cxx_sources += [
"assert.cpp",
"debug.cpp",
"legacy_debug_handler.cpp",
]
}
if (libcxx_enable_filesystem) {