diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-02-28 13:14:23 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-02-28 13:44:06 +0100 |
commit | 1bed68a665a323e929a3012ce28ac1a9b2cb0992 (patch) | |
tree | e4f6066488d5a370aac58787b29ac405e070562e | |
parent | c121e0ba013cd0e8a1a57ed5178d2341a9f42a90 (diff) | |
download | justbuild-1bed68a665a323e929a3012ce28ac1a9b2cb0992.tar.gz |
External libgit2: Fix header declaration
-rw-r--r-- | etc/import/deps/http-parser/TARGETS.git2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/import/deps/http-parser/TARGETS.git2 b/etc/import/deps/http-parser/TARGETS.git2 index a2689a60..897f63ff 100644 --- a/etc/import/deps/http-parser/TARGETS.git2 +++ b/etc/import/deps/http-parser/TARGETS.git2 @@ -3,6 +3,6 @@ , "name": ["git2_http_parser"] , "pure C": ["yes"] , "srcs": ["http_parser.c"] - , "private-hdrs": ["http_parser.h"] + , "hdrs": ["http_parser.h"] } } |