diff options
| author | Alexej Harm <alexej.h@xiphos.de> | 2019-03-16 11:02:50 +0100 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-03-16 03:02:50 -0700 |
| commit | d7bf0e581942fca27ef9bf79c6684c8d19ae1967 (patch) | |
| tree | 1088fb6f09eab277378a04c3c9da399276b11150 /ports/fmt/CONTROL | |
| parent | 9637942a5977abce8ac95f16ff4f52785491642b (diff) | |
| download | vcpkg-d7bf0e581942fca27ef9bf79c6684c8d19ae1967.tar.gz vcpkg-d7bf0e581942fca27ef9bf79c6684c8d19ae1967.zip | |
[fmt] Changed library linkage to static. (#5688)
* [fmt] Changed library linkage to static.
* [fmt] Re-enabled shared build without breaking LTCG toolchains.
Diffstat (limited to 'ports/fmt/CONTROL')
| -rw-r--r-- | ports/fmt/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/fmt/CONTROL b/ports/fmt/CONTROL index 7a82286dd..79e7804d5 100644 --- a/ports/fmt/CONTROL +++ b/ports/fmt/CONTROL @@ -1,3 +1,3 @@ Source: fmt -Version: 5.3.0 +Version: 5.3.0-1 Description: Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams. |
