summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2022-02-28 13:14:23 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2022-02-28 13:44:06 +0100
commit1bed68a665a323e929a3012ce28ac1a9b2cb0992 (patch)
treee4f6066488d5a370aac58787b29ac405e070562e
parentc121e0ba013cd0e8a1a57ed5178d2341a9f42a90 (diff)
downloadjustbuild-1bed68a665a323e929a3012ce28ac1a9b2cb0992.tar.gz
External libgit2: Fix header declaration
-rw-r--r--etc/import/deps/http-parser/TARGETS.git22
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"]
}
}