diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-04-04 18:28:33 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-18 12:44:10 +0200 |
commit | 3ef4130f79c167ceacc8d350b51e005ff4ef8b07 (patch) | |
tree | 3f414e698547aa9252f12264c3c4350a0d419ed5 /etc/import/src/TARGETS.git2 | |
parent | 70a8b0714e1f8d91df2957c568484263b71b8e0e (diff) | |
download | justbuild-3ef4130f79c167ceacc8d350b51e005ff4ef8b07.tar.gz |
imports: Match original export target names
Diffstat (limited to 'etc/import/src/TARGETS.git2')
-rw-r--r-- | etc/import/src/TARGETS.git2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/import/src/TARGETS.git2 b/etc/import/src/TARGETS.git2 index 2e96ce6c..96369d8b 100644 --- a/etc/import/src/TARGETS.git2 +++ b/etc/import/src/TARGETS.git2 @@ -1,7 +1,8 @@ -{ "git2internal": +{ "libgit2": { "type": ["@", "rules", "CC", "library"] , "arguments_config": ["OS", "ARCH", "TARGET_ARCH"] , "name": ["git2"] + , "pkg-name": ["libgit2"] , "pure C": ["yes"] , "private-defines": { "type": "case" |