Skip to content

Commit

Permalink
Export include directory for header locations.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLind committed Jul 28, 2022
1 parent a757db8 commit 1858677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lz4-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ fn run() -> Result<(), Box<dyn Error>> {
}
}
println!("cargo:root={}", dst.display());
println!("cargo:include={}", include.display());

Ok(())
}
Expand Down

0 comments on commit 1858677

Please sign in to comment.