Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
a
Browse files Browse the repository at this point in the history
xmakro committed Jan 29, 2025
1 parent 64c46f8 commit 22cfb35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibverbs-sys/build.rs
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ use std::process::Command;
fn main() {
let manifest_dir = env::var("CARGO_MANIFEST_DIR").expect("failed to get current directory");
println!("cargo:include={manifest_dir}/vendor/rdma-core/build/include");
println!("cargo:rustc-link-search=native={manifest_dir}/vendor/rdma-core/build/lib");
println!("cargo:rustc-link-lib=ibverbs");

if Path::new("vendor/rdma-core/CMakeLists.txt").exists() {

0 comments on commit 22cfb35

Please sign in to comment.