diff options
| author | bialasjaroslaw <bialas.jaroslaw@gmail.com> | 2020-09-09 21:17:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-09 12:17:16 -0700 |
| commit | db465c6895f75eea10609feeb82699e691e01899 (patch) | |
| tree | eae73cadb78c5347e93742cbb7c05256bef47a40 /ports/boost-context/CONTROL | |
| parent | aa042ad0fb35c01ebd27dc3655e11c7dd8df689b (diff) | |
| download | vcpkg-db465c6895f75eea10609feeb82699e691e01899.tar.gz vcpkg-db465c6895f75eea10609feeb82699e691e01899.zip | |
[boost-context] Fixes error with linker for 32-bit GNU assembler files targeting Windows (#13422)
* Patch from official boostorg/context. There is no official version with it yet.
* Apply patch globaly
It is better to check it now, for all triplets as [this script](https://github.com/microsoft/vcpkg/blob/master/scripts/boost/generate-ports.ps1) will regenerate portfile.cmake with patch for all of them not just for subset.
Diffstat (limited to 'ports/boost-context/CONTROL')
| -rw-r--r-- | ports/boost-context/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/boost-context/CONTROL b/ports/boost-context/CONTROL index a6ba3fa04..3effa3c95 100644 --- a/ports/boost-context/CONTROL +++ b/ports/boost-context/CONTROL @@ -1,7 +1,7 @@ # Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-context
Version: 1.73.0
-Port-Version: 1
+Port-Version: 2
Build-Depends: boost-assert, boost-build, boost-config, boost-detail, boost-integer, boost-modular-build-helper, boost-pool, boost-predef, boost-smart-ptr, boost-thread, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/context
Description: Boost context module
|
