meson: Update minimum version based on what abseil wrap needs
This commit is contained in:
parent
bc401b3cbf
commit
315b2222a8
@ -1,6 +1,6 @@
|
|||||||
project('webrtc-audio-processing', 'c', 'cpp',
|
project('webrtc-audio-processing', 'c', 'cpp',
|
||||||
version : '1.1',
|
version : '1.1',
|
||||||
meson_version : '>= 0.55',
|
meson_version : '>= 0.63',
|
||||||
default_options : [ 'warning_level=1',
|
default_options : [ 'warning_level=1',
|
||||||
'buildtype=debugoptimized',
|
'buildtype=debugoptimized',
|
||||||
'c_std=c11',
|
'c_std=c11',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user