Merge branch 'tio:master' into luaapi_twrite

This commit is contained in:
yabu76 2026-02-01 18:02:21 +09:00 committed by GitHub
commit 43a94026fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
project('tio', 'c',
version : '3.9',
license : [ 'GPL-2'],
license : 'GPL-2.0-or-later',
meson_version : '>= 0.53.2',
default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ]
)