fix(rocks): only build rockspec when it has deps or an advanced build step

This commit is contained in:
Folke Lemaitre 2024-06-24 17:07:25 +02:00
parent 71dec6eff4
commit 624b881570
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 30 additions and 15 deletions

View file

@ -2,7 +2,7 @@ local Config = require("lazy.core.config")
local Util = require("lazy.util")
local M = {}
M.VERSION = 8
M.VERSION = 10
M.dirty = false
---@class LazyPkg