commit | e896c7424a65827fab5795c3f56089000878c969 | [log] [tgz] |
---|---|---|
author | Nathaniel Brough <nathaniel.brough@gmail.com> | Wed Jun 30 12:49:20 2021 +0800 |
committer | Nathaniel Brough <nathaniel.brough@gmail.com> | Wed Jun 30 12:55:27 2021 +0800 |
tree | ddd12a137ceee82c7837647f3b60adec83ab6a23 | |
parent | 5b5723c03f596f96e82230b70cc070ed7f5cab77 [diff] |
tools: Adds rules to import libs into toolchain This adds rules for importing precompiled libs into the toolchain. This cannot be acheived using the built in rules as all cc rules implicitly depend on the toolchain, creating a circular dependency.