diff options
Diffstat (limited to 'etc/import.prebuilt/TARGETS.git2')
-rw-r--r-- | etc/import.prebuilt/TARGETS.git2 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/etc/import.prebuilt/TARGETS.git2 b/etc/import.prebuilt/TARGETS.git2 deleted file mode 100644 index 09d0ebba..00000000 --- a/etc/import.prebuilt/TARGETS.git2 +++ /dev/null @@ -1,13 +0,0 @@ -{ "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" - ] - } -} |