From 15fa310bb4c5f9e7af27b68c9672085692485177 Mon Sep 17 00:00:00 2001 From: pchome Date: Sun, 1 May 2022 15:51:40 +0300 Subject: [PATCH] [build] Bump required meson version to >=0.49 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 18896535..13b1edd8 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('dxvk', ['c', 'cpp'], version : 'v1.10.1', meson_version : '>= 0.47', default_options : [ 'cpp_std=c++17' ]) +project('dxvk', ['c', 'cpp'], version : 'v1.10.1', meson_version : '>= 0.49', default_options : [ 'cpp_std=c++17' ]) cpu_family = target_machine.cpu_family()