Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth committed Mar 25, 2024
1 parent 40d5c92 commit d57decb
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 @@ -7,7 +7,7 @@ function M.action(option)
local overseer = require("overseer")
local final_message = "--task finished--"

-- Global: MESON_BUILD_ROOT
-- Global: MESON_BUILD_DIR
local success, build_dir = pcall(vim.api.nvim_get_var, 'MESON_BUILD_DIR')
if not success or build_dir == "" then build_dir = './build' end

Expand Down

0 comments on commit d57decb

Please sign in to comment.