aboutsummaryrefslogtreecommitdiff
path: root/build.rs
blob: a9413754fee4f8ad959e7ae70685662787c33b9e (plain)
1
2
3
4
5
6
7
fn main() {
    #[cfg(capstone_bench)]
    {
        println!("cargo:rustc-link-search=/usr/lib/");
        println!("cargo:rustc-link-lib=capstone");
    }
}