build: disable experimental API check internally
[dpdk.git] / drivers / net / tap / meson.build
index 37f65b7..c1cdf9e 100644 (file)
@@ -1,6 +1,10 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright 2018 Luca Boccassi <bluca@debian.org>
 
+if not is_linux
+       build = false
+       reason = 'only supported on linux'
+endif
 sources = files(
        'rte_eth_tap.c',
        'tap_bpf_api.c',