net/txgbe: fix queue statistics mapping
[dpdk.git] / drivers / crypto / octeontx / meson.build
index bc6187e..387727c 100644 (file)
@@ -8,6 +8,12 @@ if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
     subdir_done()
 endif
 
+if is_windows
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
+endif
+
 deps += ['bus_pci']
 deps += ['bus_vdev']
 deps += ['common_cpt']