From 480cfb2bd63e71ce90b5efbb81c525824db2336b Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 5 Aug 2025 10:11:59 -0400 Subject: build: Fix feature=auto usage Signed-off-by: Andrew Opalach --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a8b9d41..2c20b45 100644 --- a/meson.build +++ b/meson.build @@ -68,7 +68,7 @@ alabaster = declare_dependency(include_directories: alabaster_inc, dependencies: alabaster_deps, sources: alabaster_src, compile_args: alabaster_args) -if get_option('tests').auto() and not meson.is_subproject() +if get_option('tests').allowed() and not meson.is_subproject() tests_src = [ 'tests/main.c', 'tests/lib.c', -- cgit v1.2.3-101-g0448