Fix token conflict detection bugs

This commit is contained in:
Max Brunsfeld 2019-01-16 20:56:36 -08:00
parent ae07d2d6e4
commit e4b9d9dfa9
4 changed files with 8 additions and 9 deletions

View file

@ -167,9 +167,6 @@ impl Loader {
}
if cfg!(windows) {
if !BUILD_TARGET.contains("64") {
command.env("Platform", "x86");
}
command
.args(&["/nologo", "/LD", "/I"])
.arg(header_path)