summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-12-10 22:22:44 -0500
committerDavid Robillard <d@drobilla.net>2024-12-11 00:22:12 -0500
commite41951c43a8f6a0bcf6b0fcceebec99f87f7d1e7 (patch)
tree20be9e945e56acedc3d91c4a36f0c36fab5bb05f /meson_options.txt
parentba2c2a08973cb5eae1feabbb9431c897cded03f6 (diff)
downloadzix-e41951c43a8f6a0bcf6b0fcceebec99f87f7d1e7.tar.gz
zix-e41951c43a8f6a0bcf6b0fcceebec99f87f7d1e7.tar.bz2
zix-e41951c43a8f6a0bcf6b0fcceebec99f87f7d1e7.zip
Support building for Windows with or without UNICODE
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f35da04..a5fed47 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -37,3 +37,6 @@ option('title', type: 'string', value: 'Zix',
option('win_ver', type: 'combo', value: 'vista',
choices: ['nt4', 'winxp', 'vista'],
description: 'Latest Windows API version to use')
+
+option('win_wchar', type: 'feature', yield: true,
+ description: 'Use UTF-16 wchar_t and UNICODE with Windows API')