Browse Source

Applied Ubuntu patch bug_822210_fix_sdl2-config.cmake_whitespace.patch

Sam Lantinga 8 years ago
parent
commit
5c1ab40302
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sdl2-config.cmake.in

+ 1 - 0
sdl2-config.cmake.in

@@ -8,3 +8,4 @@ set(SDL2_EXEC_PREFIX "@prefix@")
 set(SDL2_LIBDIR "@libdir@")
 set(SDL2_INCLUDE_DIRS "@includedir@/SDL2")
 set(SDL2_LIBRARIES "-L${SDL2_LIBDIR} @SDL_RLD_FLAGS@ @SDL_LIBS@")
+string(STRIP "${SDL2_LIBRARIES}" SDL2_LIBRARIES)