diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-05-27 04:29:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-26 13:29:52 -0700 |
| commit | f2f9f7993a605401ed7f0b79f77349a7264fa95e (patch) | |
| tree | 02cc105912b24c3e3ff0d9f0493e7ba6e75e6224 /versions/l- | |
| parent | f0b32c558ac5782ab3544a4261ad78a61693047b (diff) | |
| download | vcpkg-f2f9f7993a605401ed7f0b79f77349a7264fa95e.tar.gz vcpkg-f2f9f7993a605401ed7f0b79f77349a7264fa95e.zip | |
[vcpkg baseline][libtasn1] Fix static build (#18116)
* [vcpkg baseline][libtasn1] Fix static build
* update version record
* update baseline
* change the fix way to avoid other toolchain doesn't use VCPKG_X_FLAGS
* Update versions/l-/libtasn1.json
* Update ports/libtasn1/portfile.cmake
* Update versions/l-/libtasn1.json
Diffstat (limited to 'versions/l-')
| -rw-r--r-- | versions/l-/libtasn1.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/l-/libtasn1.json b/versions/l-/libtasn1.json index 462949cc4..5960a6674 100644 --- a/versions/l-/libtasn1.json +++ b/versions/l-/libtasn1.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "3554f6c03cdac32ddf68540d62c04f6f4644ec94", + "version": "4.17.0", + "port-version": 1 + }, + { "git-tree": "63ad8395545c61a38b7564108d2c1c4b7a6bbf12", "version": "4.17.0", "port-version": 0 |
