move parts to new common component to avoid circular dependency of zonecommon and objcommon

This commit is contained in:
Jan
2021-03-03 12:56:15 -08:00
parent d616738be4
commit 12461d27e7
38 changed files with 70 additions and 22 deletions

View File

@ -11,6 +11,7 @@ end
function ZoneLoading:link(links)
links:add(self:name())
links:add("pthread")
links:linkto(Crypto)
links:linkto(Utils)
links:linkto(ZoneCommon)