Fix link lib

2-bindgen
T. Okubo 2019-11-23 20:13:41 +09:00
parent 73e8e21637
commit 28fafc02f5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ use std::env;
use std::path::PathBuf;
fn main() {
println!("cargo:rustc-link-lib=libvlc");
println!("cargo:rustc-link-lib=vlc");
println!("cargo:rerun-if-changed=wrapper.h");
let bindings = bindgen::Builder::default()