mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-23 16:33:00 +02:00
Bump required meson version to 0.64
Needed by configure_file(..., copy: true).
This commit is contained in:
@@ -10,7 +10,7 @@ project(
|
|||||||
'build.cpp_std=c++17', # used by to_array
|
'build.cpp_std=c++17', # used by to_array
|
||||||
'build.cpp_rtti=false', # used by to_array
|
'build.cpp_rtti=false', # used by to_array
|
||||||
],
|
],
|
||||||
meson_version: '>=0.61.0',
|
meson_version: '>=0.64.0',
|
||||||
)
|
)
|
||||||
|
|
||||||
if get_option('prepare')
|
if get_option('prepare')
|
||||||
|
Reference in New Issue
Block a user