File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ local Util = require("lazy.util")
10
10
--- @field package string
11
11
--- @field version string
12
12
--- @field dependencies string[]
13
- --- @field build ? { build_type ?: string , modules ?: any[] }
13
+ --- @field build ? { type ?: string , modules ?: any[] }
14
14
--- @field source ? { url ?: string }
15
15
16
16
--- @class RockManifest
@@ -273,9 +273,9 @@ function M.get(plugin)
273
273
-- has a complex build process
274
274
or (
275
275
rockspec .build
276
- and rockspec .build .build_type
277
- and rockspec .build .build_type ~= " none"
278
- and not (rockspec .build .build_type == " builtin" and not rockspec .build .modules )
276
+ and rockspec .build .type
277
+ and rockspec .build .type ~= " none"
278
+ and not (rockspec .build .type == " builtin" and not rockspec .build .modules )
279
279
)
280
280
281
281
if not use then
You can’t perform that action at this time.
0 commit comments