Skip to content

Commit

Permalink
Standardise directory paths in build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Apr 17, 2023
1 parent d8956a3 commit 07418ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ fn main() -> Result<()> {
language_std(&mut base_config, "c++17");

base_config
.include("depend/zcash/src")
.include("depend/zcash/src/")
.include("depend/zcash/src/rust/include/")
.include("depend/zcash/src/secp256k1/include")
.include("depend/zcash/src/secp256k1/include/")
.include(&include_path)
.flag_if_supported("-Wno-implicit-fallthrough")
.flag_if_supported("-Wno-catch-value")
Expand Down

0 comments on commit 07418ff

Please sign in to comment.