]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/thunderx/meson.build
net/mlx5: add C++ include guard to public header
[dpdk.git] / drivers / net / thunderx / meson.build
index 4bbcea7f936ebdff8674971aec4be3f7b1a404fa..da665bd76fecf3b2d7444d7375a48ab06d232f9c 100644 (file)
@@ -1,9 +1,9 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Cavium, Inc
 
-if is_windows
+if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
     build = false
-    reason = 'not supported on Windows'
+    reason = 'only supported on 64-bit Linux'
     subdir_done()
 endif