common/cnxk: add null authentication with IPsec
[dpdk.git] / drivers / common / octeontx / meson.build
index fcda0f6..dc060df 100644 (file)
@@ -2,9 +2,9 @@
 # Copyright(c) 2018 Cavium, Inc
 #
 
-if is_windows
+if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
     build = false
-    reason = 'not supported on Windows'
+    reason = 'only supported on 64-bit Linux'
     subdir_done()
 endif