diff options
| author | stoperro <stoperro@users.noreply.github.com> | 2020-10-28 22:22:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-28 14:22:51 -0700 |
| commit | 318a8adbd03bebec860a33335f538b557ec94cf9 (patch) | |
| tree | 504cac7756914ee00add34991907d6ecb792ccef /ports/boost-asio | |
| parent | 09a647a5261e981cbbc8219292c838490ed0b06f (diff) | |
| download | vcpkg-318a8adbd03bebec860a33335f538b557ec94cf9.tar.gz vcpkg-318a8adbd03bebec860a33335f538b557ec94cf9.zip | |
[boost] Enable Boost building with wasm32-emscripten (#14102)
Diffstat (limited to 'ports/boost-asio')
| -rw-r--r-- | ports/boost-asio/CONTROL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/boost-asio/CONTROL b/ports/boost-asio/CONTROL index 63823d2a4..807bbcb59 100644 --- a/ports/boost-asio/CONTROL +++ b/ports/boost-asio/CONTROL @@ -1,7 +1,8 @@ # Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-asio
Version: 1.73.0
-Port-Version: 1
-Build-Depends: boost-array, boost-assert, boost-bind, boost-chrono, boost-compatibility, boost-config, boost-coroutine (!arm&!uwp), 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
+Port-Version: 2
+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
+Supports: !emscripten
|
