diff options
| author | cedral <joseph@southwell.org> | 2021-01-11 02:05:01 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-11 00:05:01 -0800 |
| commit | 56e1606ea05dc9e51548256d6a4474564e226ffa (patch) | |
| tree | cf5d3b2bfb5a8174116f2263dd6ccdb1aec41a19 /ports/boost-asio/CONTROL | |
| parent | 4974430316845e5361675bb5dd61997ae8620e79 (diff) | |
| download | vcpkg-56e1606ea05dc9e51548256d6a4474564e226ffa.tar.gz vcpkg-56e1606ea05dc9e51548256d6a4474564e226ffa.zip | |
Fix duplicate symbols of asio::dummy_return<void> (#15513)
* Fix duplicate symbols of asio::dummy_return<void>
* Update ports/boost-asio/CONTROL
* Update ports/boost-asio/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/boost-asio/CONTROL')
| -rw-r--r-- | ports/boost-asio/CONTROL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/boost-asio/CONTROL b/ports/boost-asio/CONTROL index 0ab98158a..ad44a6be7 100644 --- a/ports/boost-asio/CONTROL +++ b/ports/boost-asio/CONTROL @@ -1,6 +1,7 @@ # Automatically generated by scripts/boost/generate-ports.ps1
Source: boost-asio
Version: 1.75.0
+Port-Version: 1
Build-Depends: boost-array, boost-assert, boost-bind, boost-chrono, boost-compatibility, boost-config, boost-coroutine (!arm&!uwp&!emscripten), boost-date-time, boost-detail, boost-function, boost-integer, boost-regex, boost-smart-ptr, boost-system, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers, openssl
Homepage: https://github.com/boostorg/asio
Description: Boost asio module
|
