[*] Prevent selflink
This commit is contained in:
parent
027f2f9ce5
commit
ca4f042fc7
@ -447,6 +447,8 @@ local function linkAuProject(dep, soft)
|
|||||||
linkStart = true
|
linkStart = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if (auGetBaseProjectName() ~= dep) then
|
||||||
|
|
||||||
dependson(dep)
|
dependson(dep)
|
||||||
|
|
||||||
--if (not processor:getMeta().isStatic) then
|
--if (not processor:getMeta().isStatic) then
|
||||||
@ -456,6 +458,8 @@ local function linkAuProject(dep, soft)
|
|||||||
_auFatalMsg["processing project link"] = nil
|
_auFatalMsg["processing project link"] = nil
|
||||||
end)
|
end)
|
||||||
--end
|
--end
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
if (linkStart) then
|
if (linkStart) then
|
||||||
_auLinkGuard = {}
|
_auLinkGuard = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user