From 755cf73f8e445ef270d7b4feeea5e5f7538f5f71 Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Fri, 12 Aug 2022 03:13:37 +0900 Subject: [PATCH] meson: fix zix discovery --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 06120283b..36e23f27c 100644 --- a/meson.build +++ b/meson.build @@ -1163,7 +1163,7 @@ pcre2_dep = dependency ( fallback: ['pcre2', 'libpcre2_8']) zix_dep = dependency ( - 'Zix', + 'zix-0', fallback: ['zix', 'zix_dep'], default_options: [ 'tests=disabled', 'default_library=static',