]> git.droids-corp.org - dpdk.git/blobdiff - examples/ntb/meson.build
build: always link whole DPDK static libraries
[dpdk.git] / examples / ntb / meson.build
index f5435fe1207980219106f8340cda6f5a3a4128c4..45a59350c55d1f93d3d6ead7b7cbc498a8787dc1 100644 (file)
@@ -6,7 +6,8 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-if host_machine.system() != 'linux'
+allow_experimental_apis = true
+if not is_linux
        build = false
 endif
 deps += 'rawdev'