summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a5fed47..9b5a599 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -34,8 +34,8 @@ option('tests_cpp', type: 'feature', yield: true,
option('title', type: 'string', value: 'Zix',
description: 'Project title')
-option('win_ver', type: 'combo', value: 'vista',
- choices: ['nt4', 'winxp', 'vista'],
+option('win_ver', type: 'combo', value: 'win8',
+ choices: ['nt4', 'winxp', 'vista', 'win8'],
description: 'Latest Windows API version to use')
option('win_wchar', type: 'feature', yield: true,