Skip to content

Commit

Permalink
Add include path
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Oct 26, 2020
1 parent 14a786d commit 520d012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/tvm-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ fn main() -> Result<()> {
bindgen::Builder::default()
.header(format!("{}/include/tvm/runtime/c_runtime_api.h", tvm_home))
.header(format!("{}/include/tvm/runtime/c_backend_api.h", tvm_home))
.clang_arg("-I/opt/llvm/10.0.1/lib/clang/10.0.1/include/")
.clang_arg(format!("-I{}/3rdparty/dlpack/include/", tvm_home))
.clang_arg(format!("-I{}/include/", tvm_home))
.blacklist_type("max_align_t")
Expand Down

0 comments on commit 520d012

Please sign in to comment.