Add build script to dynamically link to libburn
This commit is contained in:
parent
330bfd1523
commit
9bf9d42ad3
1 changed files with 3 additions and 0 deletions
3
build.rs
Normal file
3
build.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("cargo::rustc-link-lib=dylib=burn");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue