[build] Use meson_version (#845)

This commit is contained in:
eszlari 2019-01-04 11:46:08 +01:00 committed by Philip Rebohle
parent 6feeb4bbba
commit 22172b2afc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
project('dxvk', ['c', 'cpp'], version : 'v0.94')
project('dxvk', ['c', 'cpp'], version : 'v0.94', meson_version : '>= 0.43')
cpu_family = target_machine.cpu_family()