diff options
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"]]} +} |