diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-05-13 13:09:39 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-05-13 18:13:12 +0200 |
commit | 33065a3bfafb57cf00812ad1c75b4dfdf8d00ef7 (patch) | |
tree | d2fa1c8efc392762b7543c95688b0514fe4e8e15 /etc/defaults/patch/TARGETS.boringssl | |
parent | e1dde07aabd06fdaa131e04185bf7fed9c3b5ac6 (diff) | |
download | justbuild-33065a3bfafb57cf00812ad1c75b4dfdf8d00ef7.tar.gz |
boringssl: Add fix for building with gcc-14
... which is needed until this is merged:
https://boringssl-review.googlesource.com/c/boringssl/+/68227
Diffstat (limited to 'etc/defaults/patch/TARGETS.boringssl')
-rw-r--r-- | etc/defaults/patch/TARGETS.boringssl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/defaults/patch/TARGETS.boringssl b/etc/defaults/patch/TARGETS.boringssl new file mode 100644 index 00000000..16a4670f --- /dev/null +++ b/etc/defaults/patch/TARGETS.boringssl @@ -0,0 +1,3 @@ +{ "defaults": + {"type": ["patch", "defaults"], "base": [["@", "base", "patch", "defaults"]]} +} |