Skip to content

Commit

Permalink
rust: remove cc build dep. & stdout.c file; #355
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluis committed Dec 6, 2020
1 parent a0e1577 commit 98d86ec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ cty = "0.2.1"

[build-dependencies]
bindgen = ">= 0.55.1"
cc = "1.0"
pkg-config = ">= 0.3.18"

[dev-dependencies]
Expand Down
4 changes: 0 additions & 4 deletions rust/build/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ fn main() {
// Tell cargo to invalidate the built crate whenever the wrapper changes
println!("cargo:rerun-if-changed=build/wrapper.h");

cc::Build::new()
.file("build/stdout.c")
.compile("stdout");

// The bindgen::Builder is the main entry point to bindgen, and lets you
// build up options for the resulting bindings.
let mut builder = bindgen::Builder::default()
Expand Down
5 changes: 0 additions & 5 deletions rust/build/stdout.c

This file was deleted.

0 comments on commit 98d86ec

Please sign in to comment.