blob: 2824c77148471b2e53baf43a1d5a79376a1de707 (
plain)
1
2
3
4
5
6
7
|
{ "defaults":
{ "type": ["@", "rules", "CC/foreign", "defaults"]
, "toolchain": ["staged-python"]
, "PATH": ["$(TOOLCHAIN)/python/usr/bin"]
}
, "staged-python": {"type": "install", "dirs": [[["", "toolchain"], "python"]]}
}
|