[gn build] (semi-manually) port 4247381e26

This commit is contained in:
Nico Weber 2021-09-13 10:03:29 -04:00
parent dd58083304
commit 80b60580df
1 changed files with 5 additions and 1 deletions

View File

@ -176,7 +176,11 @@ if (target_os == "solaris") {
cxx_sources += [ "support/solaris/xlocale.cpp" ]
}
if (target_os == "zos") {
cxx_sources += [ "support/ibm/xlocale_zos.cpp" ]
cxx_sources += [
"support/ibm/mbsnrtowcs.cpp",
"support/ibm/wcsnrtombs.cpp",
"support/ibm/xlocale_zos.cpp",
]
}
if (libcxx_enable_debug_mode) {
cxx_sources += [ "debug.cpp" ]