]> git.droids-corp.org - dpdk.git/blobdiff - lib/power/meson.build
ipc: end multiprocess thread during cleanup
[dpdk.git] / lib / power / meson.build
index bf937acde44c9c6249de5167e33fc403ec7fd535..ba8d66074beba754c9ddaa78d7b2b4ea685e64c7 100644 (file)
@@ -1,6 +1,12 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
+if is_windows
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
+endif
+
 if not is_linux
     build = false
     reason = 'only supported on Linux'