X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcommon%2Fmlx5%2Fmeson.build;h=03e3e7b4a01f46fdadb0b227456787dbf251f6e6;hb=1324ff183d11a3b29ba5395cd2387ea86a4233d8;hp=26cee06a89c70d69a2e8086d96f097e3e55eee4f;hpb=9dab4d62b4dc10145e6f998931fea19195c8fdf6;p=dpdk.git diff --git a/drivers/common/mlx5/meson.build b/drivers/common/mlx5/meson.build index 26cee06a89..03e3e7b4a0 100644 --- a/drivers/common/mlx5/meson.build +++ b/drivers/common/mlx5/meson.build @@ -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