]> git.droids-corp.org - dpdk.git/blobdiff - lib/kni/meson.build
crypto/dpaa_sec: add debug prints
[dpdk.git] / lib / kni / meson.build
index e2e4e44fc6a7bec79e01f82739d8dd9acc3385da..8a71d8ba6f652a3bb5d460224b5a90a5490a3445 100644 (file)
@@ -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
+
 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
     build = false
     reason = 'only supported on 64-bit Linux'