diff options
| author | Brian Potchik <brian@vector35.com> | 2025-02-13 13:36:54 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-02-13 13:36:54 -0500 |
| commit | c99986fc66366ff205783add30401d341517b0e0 (patch) | |
| tree | 18cdf2392fc376221a7be39f947cd917e9a186cd /view/bintxt/build.rs | |
| parent | 3434b6a83ef7a424998b9bc1f95fc484dbf8d2de (diff) | |
Remove bintxt.
Diffstat (limited to 'view/bintxt/build.rs')
| -rw-r--r-- | view/bintxt/build.rs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/view/bintxt/build.rs b/view/bintxt/build.rs deleted file mode 100644 index ed6cec7d..00000000 --- a/view/bintxt/build.rs +++ /dev/null @@ -1,15 +0,0 @@ -fn main() { - let link_path = std::env::var_os("DEP_BINARYNINJACORE_PATH") - .expect("DEP_BINARYNINJACORE_PATH not specified"); - - println!("cargo::rustc-link-lib=dylib=binaryninjacore"); - println!("cargo::rustc-link-search={}", link_path.to_str().unwrap()); - - #[cfg(not(target_os = "windows"))] - { - println!( - "cargo::rustc-link-arg=-Wl,-rpath,{0},-L{0}", - link_path.to_string_lossy() - ); - } -} |
