|
From: Yoda-JM <yo...@us...> - 2009-09-23 13:36:52
|
Module: performous
Branch: master
Commit: 18d180d859afd68c610a11483c52c892039f7b0a
Author: Vincent Le Ligeour <yo...@us...>
Date: Wed Sep 23 15:36:37 2009 +0200
Fixed the fix
---
cmake/Modules/FindSDL.cmake | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/cmake/Modules/FindSDL.cmake b/cmake/Modules/FindSDL.cmake
index 58eb776..41b9787 100644
--- a/cmake/Modules/FindSDL.cmake
+++ b/cmake/Modules/FindSDL.cmake
@@ -29,6 +29,7 @@ find_library(SDL_SDL_LIBRARY
# Process others than OSX with native SDL normally
if(NOT "${SDL_SDL_LIBRARY}" MATCHES "framework")
if(MINGW)
+ set(MINGW32_LIBRARY mingw)
set(SDL_PROCESS_LIBS ${SDL_PROCESS_LIBS} MINGW32_LIBRARY)
endif(MINGW)
find_library(SDL_SDLmain_LIBRARY
|