Skip to content

Commit

Permalink
Merge pull request PowerDNS#15154 from omoerbeek/rec-rust-cxx-include…
Browse files Browse the repository at this point in the history
…-dir

rec: fix cxx include dir
  • Loading branch information
omoerbeek authored Feb 14, 2025
2 parents dd46f91 + 6b5425a commit 7031f59
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 7031f59

Please sign in to comment.