update build script
This commit is contained in:
parent
29ac9c99de
commit
e1fb87c23c
3
build.rs
3
build.rs
|
@ -3,10 +3,7 @@ extern crate bindgen;
|
|||
use std::path::PathBuf;
|
||||
|
||||
fn main() {
|
||||
// println!("cargo:rustc-link-lib=stdc++");
|
||||
// println!("cargo:rustc-link-lib=opencv4");
|
||||
println!("cargo:rustc-link-lib=mediagraph");
|
||||
// println!("cargo:rerun-if-changed=wrapper.h");
|
||||
|
||||
let bindings = bindgen::Builder::default()
|
||||
.clang_arg("-xc++")
|
||||
|
|
Loading…
Reference in New Issue
Block a user