diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2020-01-15 16:35:04 -0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2020-01-15 16:35:04 -0800 |
| commit | 562515f3281b745ac18062499ff8f5147f021fce (patch) | |
| tree | fc7009af5e673776dd7d0db44c8c01050267d3bf /ports/libtorrent/CONTROL | |
| parent | 2dde9fb51482f7d7609f83172d23302974dfcf37 (diff) | |
| download | vcpkg-562515f3281b745ac18062499ff8f5147f021fce.tar.gz vcpkg-562515f3281b745ac18062499ff8f5147f021fce.zip | |
[libtorrent] Fix linkage issues for dynamic builds (#7345)
* [libtorrent] Fix linkage issues for dynamic builds
* [libtorrent] Also handle static linkage
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/libtorrent/CONTROL')
| -rw-r--r-- | ports/libtorrent/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libtorrent/CONTROL b/ports/libtorrent/CONTROL index 3c3f3ec2b..08964ba96 100644 --- a/ports/libtorrent/CONTROL +++ b/ports/libtorrent/CONTROL @@ -1,5 +1,5 @@ Source: libtorrent -Version: 1.2.2 +Version: 1.2.2-1 Homepage: https://github.com/arvidn/libtorrent Description: An efficient feature complete C++ BitTorrent implementation Build-Depends: openssl, boost-system, boost-date-time, boost-chrono, boost-random, boost-asio, boost-crc, boost-config, boost-iterator, boost-scope-exit, boost-multiprecision |
