diff options
| author | Kai Pastor <dg0yt@darc.de> | 2021-10-12 20:27:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-12 11:27:43 -0700 |
| commit | 5fb4257c3c7ff24b676dc379adbab0e9a668e42d (patch) | |
| tree | b77b81e10fc859d3aef16be888253e7b3ebbc836 /scripts/boost | |
| parent | 677eae74c020ff36842ce2fa1a8e50387a359038 (diff) | |
| download | vcpkg-5fb4257c3c7ff24b676dc379adbab0e9a668e42d.tar.gz vcpkg-5fb4257c3c7ff24b676dc379adbab0e9a668e42d.zip | |
[boost-modular-build-helper] Fixup mingw lib names (#20576)
* Fixup mingw lib names on windows
* Update versions
* Bump boost-modular-build-helper port-version.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'scripts/boost')
| -rw-r--r-- | scripts/boost/generate-ports.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/boost/generate-ports.ps1 b/scripts/boost/generate-ports.ps1 index 7a32a0a8c..a626daf34 100644 --- a/scripts/boost/generate-ports.ps1 +++ b/scripts/boost/generate-ports.ps1 @@ -28,7 +28,7 @@ $portVersions = @{ "boost-config" = 2;
"boost-gil" = 1;
"boost-iostreams" = 1;
- "boost-modular-build-helper" = 1;
+ "boost-modular-build-helper" = 2;
"boost-odeint" = 1;
"boost-python" = 1;
"boost-process" = 2;
|
