diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-09-30 12:15:17 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-12-21 14:59:04 +0100 |
commit | c968630ba15a2d1562c5663f0ea8e947dcc81126 (patch) | |
tree | e0845242825b51b2bd0f266584b8fe3a91b09e55 /etc/defaults | |
parent | 1b8e57de24e7a8e14977444f3315df2efedc806d (diff) | |
download | justbuild-c968630ba15a2d1562c5663f0ea8e947dcc81126.tar.gz |
External: Add bzip2 dependency
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/CC/TARGETS.bzip2 | 6 | ||||
-rw-r--r-- | etc/defaults/shell/test/TARGETS.bzip2 | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/defaults/CC/TARGETS.bzip2 b/etc/defaults/CC/TARGETS.bzip2 new file mode 100644 index 00000000..d1e34a63 --- /dev/null +++ b/etc/defaults/CC/TARGETS.bzip2 @@ -0,0 +1,6 @@ +{ "defaults": + { "type": ["CC", "defaults"] + , "base": [["@", "base", "CC", "defaults"]] + , "ADD_CFLAGS": ["-Wall", "-D_FILE_OFFSET_BITS=64"] + } +} diff --git a/etc/defaults/shell/test/TARGETS.bzip2 b/etc/defaults/shell/test/TARGETS.bzip2 new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/etc/defaults/shell/test/TARGETS.bzip2 @@ -0,0 +1 @@ +{} |