examples: stop processing meson file if build impossible
[dpdk.git] / examples / performance-thread / l3fwd-thread / meson.build
index 99de24b..4858b20 100644 (file)
@@ -7,6 +7,10 @@
 # DPDK instance, use 'make'
 
 build = dpdk_conf.has('RTE_ARCH_X86_64')
+if not build
+       subdir_done()
+endif
+
 deps += ['timer', 'lpm']
 allow_experimental_apis = true