Skip to content

Commit

Permalink
rec: fix cxx include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
omoerbeek committed Feb 14, 2025
1 parent cc7d8cd commit 6b5425a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/recursordist/rec-rust-lib/rust/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fn main() {
// .file("src/source.cc") Code callable from Rust is in ../cxxsupport.cc
.flag_if_supported("-std=c++17")
.flag("-Isrc")
.flag("-I../../..")
.flag("-I../..")
.compile("settings");

// lib.rs is generated and taken care of by parent Makefile
Expand Down

0 comments on commit 6b5425a

Please sign in to comment.