diff options
author | Arun Raghavan <arun@arunraghavan.net> | 2018-10-28 14:54:23 +0000 |
---|---|---|
committer | Arun Raghavan <arun@arunraghavan.net> | 2018-10-28 14:56:54 +0000 |
commit | b47c302cef9410f69a94b15f98087a5ca59c7afb (patch) | |
tree | fc111957efe4748617a3bafe4557e9ad746057d1 | |
parent | eb398328abafc8287f1d9b8e1df7a64d6fc364a0 (diff) |
build: Fix project() invocation in meson build
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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', |