X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-regex%2Fmeson.build;h=02b101980eb550e20ae989d991f5b97854c461cd;hb=88caad251c8de3a84e353b0b2a27014bc303df87;hp=472677fb60a8885248d7649000ad13b5ed759fee;hpb=de06137cb295ee4c8db579635e7adf9226dda2eb;p=dpdk.git diff --git a/app/test-regex/meson.build b/app/test-regex/meson.build index 472677fb60..02b101980e 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']