Bump min meson version to 0.58.0 (#6065)

This commit is contained in:
Khairul Azhar Kasmiran 2026-03-22 14:19:44 +08:00 committed by GitHub
parent c10d9c4a34
commit 033cf58272
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
project('rizin', 'c',
version: 'v0.9.0',
license: 'LGPL-3.0-only',
meson_version: '>=0.57.0',
meson_version: '>=0.58.0',
default_options: [
'buildtype=debugoptimized',
'b_vscrt=from_buildtype',