mirror of
https://github.com/natnat-mc/moonbuild
synced 2026-05-12 00:31:13 +02:00
fix crash when multiple targets depend on the same target
This commit is contained in:
@@ -1695,6 +1695,9 @@ transclosure = function(obj, prop)
|
||||
local set = { }
|
||||
local imp
|
||||
imp = function(e)
|
||||
if not (e[prop]) then
|
||||
return
|
||||
end
|
||||
local _list_0 = e[prop]
|
||||
for _index_0 = 1, #_list_0 do
|
||||
local v = _list_0[_index_0]
|
||||
|
||||
Reference in New Issue
Block a user