From 315b2222a858f3dd9edd2ca04c531ca66ef9b713 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Sun, 13 Aug 2023 13:06:16 -0400 Subject: [PATCH] meson: Update minimum version based on what abseil wrap needs --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f2fa35b..d842bc8 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('webrtc-audio-processing', 'c', 'cpp', version : '1.1', - meson_version : '>= 0.55', + meson_version : '>= 0.63', default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=c11',