summaryrefslogtreecommitdiff
path: root/bch_bindgen/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'bch_bindgen/build.rs')
-rw-r--r--bch_bindgen/build.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/bch_bindgen/build.rs b/bch_bindgen/build.rs
index 0329f1ae..4a3755a1 100644
--- a/bch_bindgen/build.rs
+++ b/bch_bindgen/build.rs
@@ -29,8 +29,7 @@ fn main() {
.to_string(),
)
.clang_args(
- urcu
- .include_paths
+ urcu.include_paths
.iter()
.map(|p| format!("-I{}", p.display())),
)