Fixed compilation error for codec2 library with meson >= 0.63.0

This commit is contained in:
Silvano Seva 2022-07-09 17:47:17 +02:00
parent 22ce4d6925
commit 76cc84cbea
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
project('codec2', 'cpp') project('codec2', 'c')
cmake = import('cmake') cmake = import('cmake')