diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2020-10-21 01:59:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-20 10:59:20 -0700 |
| commit | 02466202b2371054897cdb7e6c978062f9d4cb8f (patch) | |
| tree | 7c2ced73f1617b4153e46f85aa5f263ed97fa9e6 /ports/pangolin/CONTROL | |
| parent | bc61b70a427ed81d4fe30965db121d6cad180e23 (diff) | |
| download | vcpkg-02466202b2371054897cdb7e6c978062f9d4cb8f.tar.gz vcpkg-02466202b2371054897cdb7e6c978062f9d4cb8f.zip | |
[pangolin] Fix the link error in static build (#14082)
Diffstat (limited to 'ports/pangolin/CONTROL')
| -rw-r--r-- | ports/pangolin/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/pangolin/CONTROL b/ports/pangolin/CONTROL index 5fb73b084..b27c40d4d 100644 --- a/ports/pangolin/CONTROL +++ b/ports/pangolin/CONTROL @@ -1,7 +1,7 @@ Source: pangolin
Version: 0.5
-Port-Version: 10
+Port-Version: 11
Build-Depends: eigen3, glew, libpng, libjpeg-turbo, ffmpeg
Homepage: https://github.com/stevenlovegrove/Pangolin
Description: Lightweight GUI Library
-Supports: !uwp & !osx & !(windows&static)
+Supports: !uwp & !osx
|
