Skip to content

Commit

Permalink
Merge pull request #778 from smackers/fix-cargo-build
Browse files Browse the repository at this point in the history
Removed unnecessary compiler selection in `build.rs`
  • Loading branch information
zvonimir authored Mar 1, 2022
2 parents 22b9203 + a1c3357 commit f45292d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion share/smack/lib/smack/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ fn main() {
.file("src/smack-rust.c")
.define("CARGO_BUILD", None)
.include("src")
.compiler("clang")
.compile("libsmack.a");
println!("cargo:rerun-if-changed=src/smack-rust.c");
}
Expand Down

0 comments on commit f45292d

Please sign in to comment.