From b47c302cef9410f69a94b15f98087a5ca59c7afb Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Sun, 28 Oct 2018 14:54:23 +0000 Subject: [PATCH] build: Fix project() invocation in meson build --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f84271f..ec69176 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -poject('webrtc-audio-processing', 'c', 'cpp', +project('webrtc-audio-processing', 'c', 'cpp', version : '0.3.1', meson_version : '>= 0.47', default_options : [ 'warning_level=1',