]> git.droids-corp.org - dpdk.git/blobdiff - buildtools/meson.build
build: add workarounds for Windows helloworld
[dpdk.git] / buildtools / meson.build
index cdd38ed24e1714124dac8b6ac84431c57caf28e9..0209bec8fe832e2ba208a88edd639062befc2f8a 100644 (file)
@@ -1,5 +1,9 @@
 # SPDX-License-Identifier: BSD-3-Clause
-# Copyright(c) 2017 Intel Corporation
+# Copyright(c) 2017-2019 Intel Corporation
+
+if host_machine.system() == 'windows'
+       subdir_done()
+endif
 
 subdir('pmdinfogen')