]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_kni/meson.build
net/sfc: check mbufs allocated using mempool API for Rx
[dpdk.git] / lib / librte_kni / meson.build
index c4b21961c789120fbe6e5f491bf59acc3f3b26d0..a738a033ac6f4e21d0277c2f222aa266e35adafb 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-if host_machine.system() != 'linux'
+if host_machine.system() != 'linux' or cc.sizeof('void *') == 4
        build = false
 endif
 version = 2
        build = false
 endif
 version = 2