We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34e79d commit 1530afdCopy full SHA for 1530afd
lua/compiler/bau/meson.lua
@@ -26,7 +26,7 @@ function M.action(option)
26
local cmd_target = "ninja -C " .. build_dir .. " " .. option
27
print(cmd_build)
28
local task = overseer.new_task({
29
- name = "- Mason interpreter",
+ name = "- Meson interpreter",
30
strategy = { "orchestrator",
31
tasks = {{ "shell", name = "- Run Meson → " .. option,
32
cmd = "mkdir -p " .. build_dir ..
0 commit comments