net/af_packet: fix munmap on init failure
[dpdk.git] / drivers / net / thunderx / base / meson.build
index c9d5a8f..8998264 100644 (file)
@@ -7,8 +7,9 @@ sources = [
        'nicvf_bsvf.c'
 ]
 
+c_args = cflags
 base_lib = static_library('nicvf_base', sources,
-       c_args: cflags,
+       c_args: c_args,
        dependencies: static_rte_ethdev
 )