diff options
| author | Tatsuro Shibamura <me@shibayan.jp> | 2020-01-23 05:44:54 +0900 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2020-01-22 12:44:54 -0800 |
| commit | 11b8872c973d02148e614a4b6ab0ec26ad239c7e (patch) | |
| tree | a650dc526961b9dbf692b3a8d7f7d204ef490526 /ports/cryptopp/CONTROL | |
| parent | 2204efd414d1df30d861d19cf52f20e04d299c15 (diff) | |
| download | vcpkg-11b8872c973d02148e614a4b6ab0ec26ad239c7e.tar.gz vcpkg-11b8872c973d02148e614a4b6ab0ec26ad239c7e.zip | |
[cryptopp] Fixed build error on ARM32/ARM64 Windows (#9633)
* [cryptopp] Fixed build error on ARM64 Windows
* [cryptopp] Update ci.baseline.txt
* Update version
* Use VCPKG_TARGET_IS_OSX variable
Diffstat (limited to 'ports/cryptopp/CONTROL')
| -rw-r--r-- | ports/cryptopp/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cryptopp/CONTROL b/ports/cryptopp/CONTROL index 23a7bb456..9c11e1906 100644 --- a/ports/cryptopp/CONTROL +++ b/ports/cryptopp/CONTROL @@ -1,4 +1,4 @@ Source: cryptopp -Version: 8.2.0 +Version: 8.2.0-1 Homepage: https://github.com/weidai11/cryptopp Description: Crypto++ is a free C++ class library of cryptographic schemes. |
