Skip to content

Commit f45292d

Browse files
authored
Merge pull request #778 from smackers/fix-cargo-build
Removed unnecessary compiler selection in `build.rs`
2 parents 22b9203 + a1c3357 commit f45292d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

share/smack/lib/smack/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ fn main() {
55
.file("src/smack-rust.c")
66
.define("CARGO_BUILD", None)
77
.include("src")
8-
.compiler("clang")
98
.compile("libsmack.a");
109
println!("cargo:rerun-if-changed=src/smack-rust.c");
1110
}

0 commit comments

Comments
 (0)