From 8348512a60399d172fc83cd7bdf121d4c0b1015e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 10 Feb 2025 17:26:59 -0500 Subject: Use getenv() instead of environ to avoid issues on FreeBSD --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 9a4f169..1b9b46a 100644 --- a/meson.build +++ b/meson.build @@ -12,7 +12,7 @@ project( ], license: 'ISC', meson_version: '>= 0.56.0', - version: '0.6.2', + version: '0.6.3', ) zix_src_root = meson.current_source_dir() -- cgit v1.2.1