pgo: Blindly try to fix Windows build.

This commit is contained in:
Emilio Cobos Álvarez 2018-03-25 23:17:47 +02:00
parent 5af2f80fdd
commit 1e1d907e6a
No known key found for this signature in database
GPG Key ID: 056B727BB9C1027C

View File

@ -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