summaryrefslogtreecommitdiff
path: root/etc/import.prebuilt/TARGETS.git2
blob: b4bf90e872dbca68b5a4ced011b5e57995d2752b (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"]]
  , "link external":
    [ "-lgit2"
    , "-lgit2_os_unix"
    , "-lgit2_hash_openssl"
    , "-lgit2_pcre"
    , "-lgit2_http_parser"
    , "-lpthread"
    ]
  }
}