diff options
Diffstat (limited to 'toolchains/compiler+tools.TARGETS')
-rw-r--r-- | toolchains/compiler+tools.TARGETS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchains/compiler+tools.TARGETS b/toolchains/compiler+tools.TARGETS new file mode 100644 index 0000000..0f21c76 --- /dev/null +++ b/toolchains/compiler+tools.TARGETS @@ -0,0 +1,8 @@ +{ "toolchain": + { "type": "install" + , "dirs": + [ [["@", "tools", "", "toolchain"], "."] + , [["@", "compiler", "", "toolchain"], "compiler"] + ] + } +} |