Skip to content

Commit

Permalink
Applied Ubuntu patch bug_822210_fix_sdl2-config.cmake_whitespace.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 7, 2016
1 parent f6a280a commit 5c1ab40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdl2-config.cmake.in
Expand Up @@ -8,3 +8,4 @@ set(SDL2_EXEC_PREFIX "@prefix@")
set(SDL2_LIBDIR "@libdir@") set(SDL2_LIBDIR "@libdir@")
set(SDL2_INCLUDE_DIRS "@includedir@/SDL2") set(SDL2_INCLUDE_DIRS "@includedir@/SDL2")
set(SDL2_LIBRARIES "-L${SDL2_LIBDIR} @SDL_RLD_FLAGS@ @SDL_LIBS@") set(SDL2_LIBRARIES "-L${SDL2_LIBDIR} @SDL_RLD_FLAGS@ @SDL_LIBS@")
string(STRIP "${SDL2_LIBRARIES}" SDL2_LIBRARIES)

0 comments on commit 5c1ab40

Please sign in to comment.