aboutsummaryrefslogtreecommitdiff
path: root/ports/sdl2-mixer
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-10-19 19:24:49 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-10-19 19:24:49 -0700
commitdeee8c1743af2d851d48d42b7ac91558c8fefb5a (patch)
treee73db0d4cc152de8e7e2cc84928c1e9a6cb03f1e /ports/sdl2-mixer
parentb3172b1784ed15d4c310793474e285222fc669a4 (diff)
downloadvcpkg-deee8c1743af2d851d48d42b7ac91558c8fefb5a.tar.gz
vcpkg-deee8c1743af2d851d48d42b7ac91558c8fefb5a.zip
[sdl2-gfx][sdl2-image][sdl2-mixer][sdl2-net][sdl2-ttf] Fix accidental link of release libs in debug mode.
Diffstat (limited to 'ports/sdl2-mixer')
-rw-r--r--ports/sdl2-mixer/CMakeLists.txt2
-rw-r--r--ports/sdl2-mixer/CONTROL2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/sdl2-mixer/CMakeLists.txt b/ports/sdl2-mixer/CMakeLists.txt
index 6d1cb28c0..014923628 100644
--- a/ports/sdl2-mixer/CMakeLists.txt
+++ b/ports/sdl2-mixer/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
project(SDL2_MIXER C)
find_path(SDL_INCLUDE_DIR SDL.h PATH_SUFFIXES SDL2)
-find_library(SDL_LIBRARY SDL2)
+find_library(SDL_LIBRARY NAMES SDL2d SDL2)
set(SDL_MIXER_INCLUDES ${SDL_INCLUDE_DIR})
set(SDL_MIXER_LIBRARIES ${SDL_LIBRARY})
diff --git a/ports/sdl2-mixer/CONTROL b/ports/sdl2-mixer/CONTROL
index 756a7380d..f0ef29fbd 100644
--- a/ports/sdl2-mixer/CONTROL
+++ b/ports/sdl2-mixer/CONTROL
@@ -1,4 +1,4 @@
Source: sdl2-mixer
-Version: 2.0.1-2
+Version: 2.0.1-3
Description: Multi-channel audio mixer library for SDL.
Build-Depends: sdl2, libflac, smpeg2, libmodplug, libvorbis