summaryrefslogtreecommitdiff
path: root/etc/import.prebuilt/TARGETS.git2
blob: 09d0ebbab1dc4bb636ea9e519a14fc871ae79684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "git2":
  { "type": ["@", "rules", "CC", "library"]
  , "hdrs": ["git2.h", ["TREE", null, "git2"]]
  , "private-ldflags":
    [ "-lgit2"
    , "-lutil_os_unix"
    , "-lutil_hash_openssl"
    , "-lgit2_pcre"
    , "-lgit2_http_parser"
    , "-pthread"
    ]
  }
}