[*] rename json public* key access to include*

This commit is contained in:
Reece Wilson 2021-10-24 12:43:33 +01:00
parent 09eabe64ee
commit 29854df03f

View File

@ -239,8 +239,8 @@ function JsonProcessor(info)
forEach(result.staticImpDefines, defines)
end
forEach(result["public-depends"], publicDepends, this, false)
forEach(result["public-soft-depends"], publicDepends, this, true)
forEach(result["include-depends"], publicDepends, this, false)
forEach(result["include-soft-depends"], publicDepends, this, true)
handleInclude(this, false)