Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpchome <pchome@users.noreply.github.com>2022-05-01 15:51:40 +0300
committerPhilip Rebohle <25567304+doitsujin@users.noreply.github.com>2022-05-01 19:37:39 +0300
commit15fa310bb4c5f9e7af27b68c9672085692485177 (patch)
tree18ce35cbee5c09d34e4e55c461cf2785c526e033 /meson.build
parent6ddd0cfe0afd22282cb621305f3cba35afd55a57 (diff)
[build] Bump required meson version to >=0.49
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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()