mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-23 02:22:54 +00:00
specify meson_version for simdutf's meson.build
This commit is contained in:
parent
86811a4b0e
commit
420416bedc
|
|
@ -2,6 +2,7 @@ project('simdutf',
|
|||
'cpp',
|
||||
default_options: ['cpp_std=c++23'],
|
||||
version: '8.2.0',
|
||||
meson_version: '>= 1.1',
|
||||
license: ['MIT'],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue