diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-08-11 17:05:16 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-08-16 15:30:32 +0200 |
commit | ddc7e2c87d5b92f6fefce3f68d0d78d2d022044a (patch) | |
tree | 9640c06ad96923a8246b03d8e0b4d335e07df1fd /etc | |
parent | e1bfd8422b150ddf136607da15e339bf46dceda2 (diff) | |
download | justbuild-ddc7e2c87d5b92f6fefce3f68d0d78d2d022044a.tar.gz |
just: Add defaults for patch
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/patch/TARGETS | 5 | ||||
-rw-r--r-- | etc/toolchain/patch/TARGETS | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/defaults/patch/TARGETS b/etc/defaults/patch/TARGETS new file mode 100644 index 00000000..7f35ee5a --- /dev/null +++ b/etc/defaults/patch/TARGETS @@ -0,0 +1,5 @@ +{ "defaults": + { "type": ["patch", "defaults"] + , "base": [["@", "toolchain", "patch", "defaults"]] + } +} diff --git a/etc/toolchain/patch/TARGETS b/etc/toolchain/patch/TARGETS new file mode 100644 index 00000000..9a0ad77a --- /dev/null +++ b/etc/toolchain/patch/TARGETS @@ -0,0 +1,6 @@ +{ "defaults": + { "type": ["patch", "defaults"] + , "PATCH": ["patch"] + , "PATH": ["/bin", "/usr/bin"] + } +} |