mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-13 11:22:28 +00:00
what if i just downgrade the meson minver
This commit is contained in:
parent
f9e3fdeeef
commit
2e5550e6bb
|
|
@ -2,7 +2,7 @@ project(
|
||||||
'4jcraft',
|
'4jcraft',
|
||||||
['cpp', 'c'],
|
['cpp', 'c'],
|
||||||
version: '0.1.0',
|
version: '0.1.0',
|
||||||
meson_version: '>= 1.7',
|
meson_version: '>= 1.3',
|
||||||
default_options: [
|
default_options: [
|
||||||
'cpp_std=c++23',
|
'cpp_std=c++23',
|
||||||
'warning_level=0',
|
'warning_level=0',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue