Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth committed Mar 23, 2024
1 parent b34e79d commit 1530afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/compiler/bau/meson.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function M.action(option)
local cmd_target = "ninja -C " .. build_dir .. " " .. option
print(cmd_build)
local task = overseer.new_task({
name = "- Mason interpreter",
name = "- Meson interpreter",
strategy = { "orchestrator",
tasks = {{ "shell", name = "- Run Meson → " .. option,
cmd = "mkdir -p " .. build_dir ..
Expand Down

0 comments on commit 1530afd

Please sign in to comment.