From fc87dfea6408d378cd5a417f4a5a4dd448df5358 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 10 Mar 2019 17:40:38 -0700 Subject: add build configs and tweak lifetimes to match yaxpeax-arch adjustments --- build.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build.rs (limited to 'build.rs') diff --git a/build.rs b/build.rs new file mode 100644 index 0000000..c6bc953 --- /dev/null +++ b/build.rs @@ -0,0 +1,4 @@ +fn main() { + println!("cargo:rustc-link-search=/usr/lib/"); + println!("cargo:rustc-link-lib=capstone"); +} -- cgit v1.1