pgo: Blindly try to fix Windows build.
This commit is contained in:
parent
5af2f80fdd
commit
1e1d907e6a
@ -43,6 +43,8 @@ fn main() {
|
||||
cfg.define("strdup", Some("_strdup"));
|
||||
cfg.define("open", Some("_open"));
|
||||
cfg.define("fdopen", Some("_fdopen"));
|
||||
cfg.define("getpid", Some("_getpid"));
|
||||
cfg.define("fileno", Some("_fileno"));
|
||||
} else {
|
||||
// Turn off various features of gcc and such, mostly copying
|
||||
// compiler-rt's build system already
|
||||
|
Loading…
x
Reference in New Issue
Block a user