]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx4/meson.build
net/mlx5: add C++ include guard to public header
[dpdk.git] / drivers / net / mlx4 / meson.build
index 99a30eab8f6f9807393346ee19bb5a6124183fad..a038c1ec1b8badd55afc97ba064e83702ff87572 100644 (file)
@@ -42,7 +42,7 @@ foreach libname:libnames
 endforeach
 if static_ibverbs or dlopen_ibverbs
     # Build without adding shared libs to Requires.private
-    ibv_cflags = run_command(pkgconf, '--cflags', 'libibverbs').stdout()
+    ibv_cflags = run_command(pkgconf, '--cflags', 'libibverbs', check:true).stdout()
     ext_deps += declare_dependency(compile_args: ibv_cflags.split())
 endif
 if static_ibverbs