build instruction for cargo

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-06-28 17:44:22 +02:00
parent 4238738b12
commit fab569e285

6
advotracker_build.rs Normal file
View File

@@ -0,0 +1,6 @@
fn main() {
println!("hey cargo");
//println!("cargo:rustc-link-lib=dylib=advotracker_db.so");
println!("cargo:rustc-link-args=-Wl,-rpath=$ORIGIN");
//println!("cargo:rustc-link-search=native=$ORIGIN");
}