Skip to content

Commit

Permalink
Merge pull request #7 from ynqa/v0.1.4/dev
Browse files Browse the repository at this point in the history
v0.1.4: Remove `includes`
  • Loading branch information
ynqa authored Nov 15, 2024
2 parents 086df91 + 36a6883 commit e31c053
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions j9-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,7 @@ fn main() -> anyhow::Result<()> {
.build();

let lib_dir = out_dir.join("lib");
let include_dir = out_dir.join("include");

println!("cargo:rustc-link-search=native={}", lib_dir.display());
println!("cargo:include={}", include_dir.display());

for lib in &["onig", "jq"] {
println!("cargo:rustc-link-lib=static={}", lib);
}
Expand Down

0 comments on commit e31c053

Please sign in to comment.