Browse Source

Apparently safeseh is lowercase to ml.exe ...

add-rc-path
Alex Crichton 9 years ago
parent
commit
dc3dd4aa16
  1. 2
      src/lib.rs

2
src/lib.rs

@ -493,7 +493,7 @@ impl Config {
}
if target.contains("i686") {
cmd.arg("/SAFESEH");
cmd.arg("/safeseh");
}
for flag in self.flags.iter() {
cmd.arg(flag);

Loading…
Cancel
Save