From 0c096e8025a58772f400301d262942cf9ade3bbd Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 21 Mar 2023 11:52:37 -0700 Subject: build: fix typo --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 87828f7..4d6f173 100644 --- a/meson.build +++ b/meson.build @@ -330,7 +330,7 @@ endif build_lua51_loader = get_option('lua51') lua51_found = (luajit_dep.found() or lua51_dep.found()) and lua_lgi_found if build_lua51_loader and not lua51_found - error('Lua51 requested by failed to locate suitable Lua51 and LGI support') + error('Lua51 requested but failed to locate suitable Lua51 and LGI support') endif build_python3_loader = get_option('python3') -- cgit v1.2.1