[build] Bump required meson version to >=0.49

This commit is contained in:
pchome 2022-05-01 15:51:40 +03:00 committed by Philip Rebohle
parent 6ddd0cfe0a
commit 15fa310bb4
1 changed files with 1 additions and 1 deletions

View File

@ -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()