diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-04-08 10:25:34 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-04-08 10:25:38 +0200 |
commit | 8b90d5333cfc2f39b4ecd9181a876fefc4ab5508 (patch) | |
tree | 4b4020ac074355cd4e09b2f8d8c0b6a3aeeaed91 /etc/import/TARGETS.bzip2 | |
parent | 2dbcd4f323bd9423af6483b96bb57d0b4d681b38 (diff) | |
download | justbuild-8b90d5333cfc2f39b4ecd9181a876fefc4ab5508.tar.gz |
bzip2 binary targets: Clear DEBUG flag
Similarly to other third-party binaries, we should not care if they
are built in release or debug mode and as such we explicitly clear
the DEBUG flag.
Diffstat (limited to 'etc/import/TARGETS.bzip2')
-rw-r--r-- | etc/import/TARGETS.bzip2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/import/TARGETS.bzip2 b/etc/import/TARGETS.bzip2 index d125001f..89d25c45 100644 --- a/etc/import/TARGETS.bzip2 +++ b/etc/import/TARGETS.bzip2 @@ -95,6 +95,11 @@ , "private-hdrs": ["bzlib_private.h"] } , "bzip2internal": + { "type": "configure" + , "target": "bzip2internal (unconfigured)" + , "config": {"type": "'", "$1": {"DEBUG": null}} + } +, "bzip2internal (unconfigured)": { "type": ["@", "rules", "CC", "binary"] , "name": ["bzip2"] , "pure C": ["YES"] @@ -102,6 +107,11 @@ , "deps": ["libbz2"] } , "bzip2recoverinternal": + { "type": "configure" + , "target": "bzip2recoverinternal (unconfigured)" + , "config": {"type": "'", "$1": {"DEBUG": null}} + } +, "bzip2recoverinternal (unconfigured)": { "type": ["@", "rules", "CC", "binary"] , "name": ["bzip2recover"] , "pure C": ["YES"] |