X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-regex%2Fmeson.build;h=e3ba060e55069ebd9a14599099fcafdc4d044f85;hb=a538d1d2d01e85429e7dd011806b52250d37c5dc;hp=472677fb60a8885248d7649000ad13b5ed759fee;hpb=de06137cb295ee4c8db579635e7adf9226dda2eb;p=dpdk.git diff --git a/app/test-regex/meson.build b/app/test-regex/meson.build index 472677fb60..e3ba060e55 100644 --- a/app/test-regex/meson.build +++ b/app/test-regex/meson.build @@ -1,5 +1,11 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright 2020 Mellanox Technologies, Ltd +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + sources = files('main.c') deps = ['regexdev']