Commit 8d305328 authored by Yuanle Song's avatar Yuanle Song
Browse files

explicitly add minimum meson_version in meson.build

it turns out this project works in any meson version.
parent 84c6eb0e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
project('zero-pinyin-service', ['c', 'cpp'],
  version: '0.9.3',
  license: 'GPL',
  meson_version: '>=0.1.0',
  default_options: [
    'warning_level=2',
    'werror=true',