diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-10-20 16:07:58 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-10-20 16:07:58 +0200 |
commit | 060a0cf338d6024eee37cc344c224fe3bcb78e81 (patch) | |
tree | 3fea7c654b69ecf3490fe9c6cbc542aba0d5bd8f /toolchains/CC/foreign/python.TARGETS | |
download | bootstrappable-toolchain-060a0cf338d6024eee37cc344c224fe3bcb78e81.tar.gz |
Initial commit
Diffstat (limited to 'toolchains/CC/foreign/python.TARGETS')
-rw-r--r-- | toolchains/CC/foreign/python.TARGETS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchains/CC/foreign/python.TARGETS b/toolchains/CC/foreign/python.TARGETS new file mode 100644 index 0000000..2824c77 --- /dev/null +++ b/toolchains/CC/foreign/python.TARGETS @@ -0,0 +1,7 @@ +{ "defaults": + { "type": ["@", "rules", "CC/foreign", "defaults"] + , "toolchain": ["staged-python"] + , "PATH": ["$(TOOLCHAIN)/python/usr/bin"] + } +, "staged-python": {"type": "install", "dirs": [[["", "toolchain"], "python"]]} +} |