forked from OSchip/llvm-project
[gn build] Port 7e3b9aba60
This commit is contained in:
parent
661f9e2a92
commit
1739e7ed69
|
@ -163,6 +163,7 @@ write_cmake_config("config") {
|
|||
"HAVE_MACH_MACH_H=1",
|
||||
"HAVE_MALLOC_MALLOC_H=1",
|
||||
"HAVE_MALLOC_ZONE_STATISTICS=1",
|
||||
"HAVE_PROC_PID_RUSAGE=1",
|
||||
"HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC=1",
|
||||
]
|
||||
} else {
|
||||
|
@ -173,6 +174,7 @@ write_cmake_config("config") {
|
|||
"HAVE_MACH_MACH_H=",
|
||||
"HAVE_MALLOC_MALLOC_H=",
|
||||
"HAVE_MALLOC_ZONE_STATISTICS=",
|
||||
"HAVE_PROC_PID_RUSAGE=",
|
||||
"HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC=",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue