common/mlx5: fix default devargs initialization
[dpdk.git] / drivers / crypto / ccp / meson.build
index 0f82b9b..a4f3406 100644 (file)
@@ -4,6 +4,7 @@
 if not is_linux
     build = false
     reason = 'only supported on Linux'
+    subdir_done()
 endif
 dep = dependency('libcrypto', required: false, method: 'pkg-config')
 if not dep.found()