diff --git a/Core/JSON/jsonProjectBase.lua b/Core/JSON/jsonProjectBase.lua index 65dd56d..a5c86bc 100644 --- a/Core/JSON/jsonProjectBase.lua +++ b/Core/JSON/jsonProjectBase.lua @@ -85,6 +85,10 @@ function JsonProcessor(info) links(this.info.name) end + if (this:getMeta().projectType:lower() == "sharedlib") then + return + end + projectHandlers.runProjectLink(this, result, function(dep, soft) auLinkProject(this:translateDep(dep), soft) end)