]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Generate YAML items config files in the right folder with meson
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 28 Mar 2025 14:51:02 +0000 (15:51 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 28 Mar 2025 14:51:02 +0000 (15:51 +0100)
Otherwise the changes are not picked up by git.

pdns/dnsdistdist/dnsdist-rust-lib/meson.build

index 1ca0265987df582bac700daf07e0f1c416341378..c333844089b6f35882ce760d177637e7f5b3b71b 100644 (file)
@@ -16,7 +16,7 @@ generated = [
 python = find_program('python3')
 
 rust_lib_sources = custom_target(
-  command: [python, '@INPUT0@', '@SOURCE_ROOT@', '@SOURCE_ROOT@/dnsdist-rust-lib', '@BUILD_ROOT@'],
+  command: [python, '@INPUT0@', '@SOURCE_ROOT@', '@SOURCE_ROOT@/dnsdist-rust-lib', '@SOURCE_ROOT@'],
   input: sources,
   output: generated,
 )