X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-acl%2Fmeson.build;h=14d36b33e930e10a72671a20b2de54bf7b0b6551;hb=9bfa4434dbb99ae3dcd72d4d8562ed587089711a;hp=d5c2581b41397fc2f5f0f8d1dc270a8ca09fd919;hpb=75795fabd27437d399bbdf7888f0f2515a3feda4;p=dpdk.git diff --git a/app/test-acl/meson.build b/app/test-acl/meson.build index d5c2581b41..14d36b33e9 100644 --- a/app/test-acl/meson.build +++ b/app/test-acl/meson.build @@ -1,5 +1,11 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2019 Intel Corporation +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + sources = files('main.c') deps += ['acl', 'net']