diff options
| author | Nemirtingas <9432037+Nemirtingas@users.noreply.github.com> | 2020-12-01 23:12:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-01 14:12:13 -0800 |
| commit | 18c93abcb479a52e6b4b8cc3095c12f4c71ce3f3 (patch) | |
| tree | ed9901ad415bd53a664d4a98e760c3d2b6523a3c /ports/opengl/CONTROL | |
| parent | 00553d0269794e7358e55087f550bb92ebf01c89 (diff) | |
| download | vcpkg-18c93abcb479a52e6b4b8cc3095c12f4c71ce3f3.tar.gz vcpkg-18c93abcb479a52e6b4b8cc3095c12f4c71ce3f3.zip | |
[opengl] port path fix when crosscompiling (#14724)
* Update portfile to use native file path.
Fixes cross-compilation paths.
* Update portfile.cmake
* Update CONTROL
* Update ports/opengl/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports/opengl/CONTROL')
| -rw-r--r-- | ports/opengl/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/opengl/CONTROL b/ports/opengl/CONTROL index 74eff9302..625d51c35 100644 --- a/ports/opengl/CONTROL +++ b/ports/opengl/CONTROL @@ -1,3 +1,4 @@ Source: opengl -Version: 0.0-7 +Version: 0.0 +Port-Version: 8 Description: Open Graphics Library (OpenGL)[3][4][5] is a cross-language, cross-platform application programming interface (API) for rendering 2D and 3D vector graphics. |
