common/mlx5: check GENEVE TLV support in HCA attributes
[dpdk.git] / drivers / common / mlx5 / meson.build
index 26cee06..03e3e7b 100644 (file)
@@ -1,9 +1,9 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright 2019 Mellanox Technologies, Ltd
 
-if not is_linux
+if not (is_linux or (is_windows and is_ms_linker))
        build = false
-       reason = 'only supported on Linux'
+       reason = 'only supported on Linux and Windows build with clang'
        subdir_done()
 endif