From 9959be81fd9c3e2f33a75ea3b682b395e499b4f2 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Mon, 1 Jun 2020 09:05:58 +0200 Subject: meson: Clean up unused variables --- tool/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') diff --git a/tool/meson.build b/tool/meson.build index 1bf9a84..8abd247 100644 --- a/tool/meson.build +++ b/tool/meson.build @@ -10,7 +10,7 @@ secret_tool = executable('secret-tool', install: true, ) -if with_gcrypt and host_machine.system() != 'windows' +if get_option('gcrypt') and host_machine.system() != 'windows' test('test-secret-tool.sh', find_program('test-secret-tool.sh'), env: test_env) -- cgit v1.2.1