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/TARGETS.git2 | |
parent | 70a8b0714e1f8d91df2957c568484263b71b8e0e (diff) | |
download | justbuild-3ef4130f79c167ceacc8d350b51e005ff4ef8b07.tar.gz |
imports: Match original export target names
Diffstat (limited to 'etc/import/TARGETS.git2')
-rw-r--r-- | etc/import/TARGETS.git2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/import/TARGETS.git2 b/etc/import/TARGETS.git2 index a6293636..c34b02fe 100644 --- a/etc/import/TARGETS.git2 +++ b/etc/import/TARGETS.git2 @@ -1,6 +1,6 @@ { "git2": { "type": "export" - , "target": "git2configured" + , "target": "libgit2configured" , "doc": ["The Git linkable library"] , "flexible_config": [ "OS" @@ -79,7 +79,7 @@ , "WINHTTP": ["boolean. use \"WinHTTP\" if \"USE_HTTPS\" is true"] } } -, "git2configured": +, "libgit2configured": { "type": "configure" , "arguments_config": [ "OS" @@ -101,7 +101,7 @@ , "USE_HTTP_PARSER" , "USE_BUNDLED_ZLIB" ] - , "target": ["./", "src", "git2internal"] + , "target": ["./", "src", "libgit2"] , "config": { "type": "let*" , "bindings": |