diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-21 14:31:20 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-21 16:44:07 +0200 |
commit | d3071ef178586d58b234df26d4a702aaaf97d7e0 (patch) | |
tree | 4bd829a8c8e32473394eaedf2653aca73832a8a1 /etc/defaults | |
parent | b127c86625b5b6751d47e21f431bc7f748ac8ded (diff) | |
download | justbuild-d3071ef178586d58b234df26d4a702aaaf97d7e0.tar.gz |
bundled absl: configure in a portable way
... by disabling auto-configuration. The problem that the result
of this auto-configuration depends on the language standard used
and may (and in case of libproto does) leak into public interfaces
of consuming libraries; this would require every user of a library
with a public dependency of absl to use the same language standard
that library was built with. Such a requirement makes the rules
hard to use in a portable way.
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/patch/TARGETS.absl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/defaults/patch/TARGETS.absl b/etc/defaults/patch/TARGETS.absl new file mode 100644 index 00000000..16a4670f --- /dev/null +++ b/etc/defaults/patch/TARGETS.absl @@ -0,0 +1,3 @@ +{ "defaults": + {"type": ["patch", "defaults"], "base": [["@", "base", "patch", "defaults"]]} +} |