Skip to content

Commit 96e5b61

Browse files
authored
Update build.rs
1 parent e370200 commit 96e5b61

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compiler/rustc_llvm/build.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,6 @@ fn main() {
191191
cfg.flag(flag);
192192
}
193193

194-
if target.contains("cygwin") {
195-
cfg.define("_GNU_SOURCE", None);
196-
}
197-
198194
for component in &components {
199195
let mut flag = String::from("LLVM_COMPONENT_");
200196
flag.push_str(&component.to_uppercase());

0 commit comments

Comments
 (0)