X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Ftable%2Fmeson.build;h=d1f2f9dcf6ead39c43954cdbf678feaaed796ce6;hb=6e858b4d9244cf53505589673755ab18ac2a4a83;hp=ac1f1aac270e0ca9ca0d4b692824fc7ed3b97501;hpb=0c06fa3bfa8cf5c35f03923d6e8f64f9200b50e8;p=dpdk.git diff --git a/lib/table/meson.build b/lib/table/meson.build index ac1f1aac27..d1f2f9dcf6 100644 --- a/lib/table/meson.build +++ b/lib/table/meson.build @@ -1,6 +1,12 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation +if is_windows + build = false + reason = 'not supported on Windows' + subdir_done() +endif + sources = files( 'rte_swx_table_em.c', 'rte_swx_table_learner.c',