diff options
| author | Antonio Maiorano <amaiorano@gmail.com> | 2019-05-01 16:36:57 -0400 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-05-01 13:36:57 -0700 |
| commit | df753fbcf502574e182e302607d5db0fe9188cfd (patch) | |
| tree | 05070df9d343992718f80836638b42b7a1b2dc11 /ports/sdl2-ttf/CONTROL | |
| parent | 3468013fcd4014ab7a40b2b5355e86cbe4cbcf07 (diff) | |
| download | vcpkg-df753fbcf502574e182e302607d5db0fe9188cfd.tar.gz vcpkg-df753fbcf502574e182e302607d5db0fe9188cfd.zip | |
Fix sdl2-gfx, sdl2-image, sdl2-mixer, sdl2-net, and sdl2-ttf forcing debug lib first (SDL2d) (#5948)
Prevent SDL2 dependent libraries from always linking against debug.
Diffstat (limited to 'ports/sdl2-ttf/CONTROL')
| -rw-r--r-- | ports/sdl2-ttf/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sdl2-ttf/CONTROL b/ports/sdl2-ttf/CONTROL index d2c77ea42..22598164e 100644 --- a/ports/sdl2-ttf/CONTROL +++ b/ports/sdl2-ttf/CONTROL @@ -1,4 +1,4 @@ Source: sdl2-ttf -Version: 2.0.15-1 +Version: 2.0.15-2 Description: A library for rendering TrueType fonts with SDL Build-Depends: sdl2, freetype |
