diff options
author | iximeow <me@iximeow.net> | 2019-03-10 17:40:38 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-12 16:10:13 -0800 |
commit | fc87dfea6408d378cd5a417f4a5a4dd448df5358 (patch) | |
tree | e7351097baecbb4ab532e5e05b4b4356f6eceb90 /build.rs | |
parent | 5697c17af9ba0854f37edc5970ec862c446002d2 (diff) |
add build configs and tweak lifetimes to match yaxpeax-arch adjustments
Diffstat (limited to 'build.rs')
-rw-r--r-- | build.rs | 4 |
1 files changed, 4 insertions, 0 deletions
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"); +} |