Skip to content
Snippets Groups Projects
Verified Commit 8344fd6c authored by Jan Pavlinec's avatar Jan Pavlinec Committed by Petr Špaček
Browse files

dnstap: fix compilation on Turris Omnia

Fixes: #458
parent 85039330
Branches
Tags
1 merge request!805dnstap: fix compilation on Turris Omnia
Pipeline #47593 failed with stages
in 30 minutes and 14 seconds
......@@ -27,9 +27,8 @@ if build_dnstap
'dnstap_pb',
command: [
protoc_c,
'--c_out=@OUTDIR@',
'--proto_path', meson.current_source_dir(),
'dnstap.proto',
'--c_out=' + meson.current_build_dir(),
'--proto_path', meson.current_source_dir(), join_paths([meson.current_source_dir(), 'dnstap.proto']),
],
output: [
'dnstap.pb-c.h',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment