Commit 80b60580 authored by Nico Weber's avatar Nico Weber
Browse files

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

parent dd580833
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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" ]