mirror of
https://github.com/natnat-mc/moonbuild
synced 2026-05-14 06:51:14 +02:00
fix crash when multiple targets depend on the same target
This commit is contained in:
@@ -34,6 +34,7 @@ transclosure = (obj, prop) ->
|
||||
i = 1
|
||||
set = {}
|
||||
imp = (e) ->
|
||||
return unless e[prop]
|
||||
for v in *e[prop]
|
||||
if not set[v]
|
||||
elems[i], i = v, i+1
|
||||
|
||||
Reference in New Issue
Block a user