mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 23:59:06 +08:00
fd12965463
* [libgit2] Add features to build against vcpkg pcre,pcre2 * version * libgit2 will automatically link to 'system' zlib, which is inconsistent depending on if vcpkg zlib was installed or not. This rectifies this by always targeting vcpkg zlib
15 lines
349 B
Plaintext
15 lines
349 B
Plaintext
Source: libgit2
|
|
Version: 0.99.0-1
|
|
Homepage: https://github.com/libgit2/libgit2
|
|
Build-Depends: zlib, openssl (!windows&&!uwp)
|
|
Description: Git linkable library
|
|
Supports: !uwp
|
|
|
|
Feature: pcre
|
|
Description: Build against external libpcre
|
|
Build-Depends: pcre
|
|
|
|
Feature: pcre2
|
|
Description: Build against external libpcre2
|
|
Build-Depends: pcre2
|