diff options
| author | Jonathan Hale <Squareys@googlemail.com> | 2021-02-18 22:02:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-18 13:02:27 -0800 |
| commit | e7377f7992830bfc60fb2a7f43f300200822d82a (patch) | |
| tree | 3511109456949c2a1ab60176d9e27dc061a58b15 /versions/baseline.json | |
| parent | aef2f37056fa9481f2783bf47d18f8705dbff19a (diff) | |
| download | vcpkg-e7377f7992830bfc60fb2a7f43f300200822d82a.tar.gz vcpkg-e7377f7992830bfc60fb2a7f43f300200822d82a.zip | |
[magnum,-plugins] Fix deployment of plugin types and incorrect removal of plugin lib dir on unix (#16245)
* [magnum] Correctly deploy shaderconverter and sceneconverter plugins
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum,-plugins] Only remove plugin lib dirs for Windows platforms
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum,-plugins] Clean up deletion of plugin libs and clarify in comment
Signed-off-by: Squareys <squareys@googlemail.com>
* Update versions
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'versions/baseline.json')
| -rw-r--r-- | versions/baseline.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 39df75880..16b8a0f37 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3674,7 +3674,7 @@ }, "magnum": { "baseline": "2020.06", - "port-version": 3 + "port-version": 4 }, "magnum-extras": { "baseline": "2020.06", @@ -3686,7 +3686,7 @@ }, "magnum-plugins": { "baseline": "2020.06", - "port-version": 2 + "port-version": 3 }, "mapbox-variant": { "baseline": "1.2.0", |
