From 01ddfe1510dd55830617590861b760dadc33dc85 Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Tue, 18 Oct 2022 15:10:21 +0200 Subject: Set the minimum required meson version to 0.61 The `install_symlink` was only introduced in version 0.61 of meson https://mesonbuild.com/Release-notes-for-0-61-0.html#install_symlink-function --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index dc6787b..1620ca3 100644 --- a/meson.build +++ b/meson.build @@ -3,6 +3,7 @@ project( 'c', version: '0.6.0', license: 'MIT', + meson_version: '>=0.61.0', default_options: [ 'c_std=c2x', 'optimization=3', -- cgit v1.2.3