mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
SDL path got mangled when mingw32 is defined
This commit is contained in:
parent
662137aa6d
commit
ca7eae6ef0
1 changed files with 0 additions and 5 deletions
|
@ -150,11 +150,6 @@ IF(SDL_LIBRARY_TEMP)
|
||||||
SET(SDL_LIBRARY_TEMP ${SDL_LIBRARY_TEMP} ${CMAKE_THREAD_LIBS_INIT})
|
SET(SDL_LIBRARY_TEMP ${SDL_LIBRARY_TEMP} ${CMAKE_THREAD_LIBS_INIT})
|
||||||
ENDIF(NOT APPLE)
|
ENDIF(NOT APPLE)
|
||||||
|
|
||||||
# For MinGW library
|
|
||||||
IF(MINGW)
|
|
||||||
SET(SDL_LIBRARY_TEMP ${MINGW32_LIBRARY} ${SDL_LIBRARY_TEMP})
|
|
||||||
ENDIF(MINGW)
|
|
||||||
|
|
||||||
# Set the final string here so the GUI reflects the final state.
|
# Set the final string here so the GUI reflects the final state.
|
||||||
SET(SDL_LIBRARY ${SDL_LIBRARY_TEMP} CACHE STRING "Where the SDL Library can be found")
|
SET(SDL_LIBRARY ${SDL_LIBRARY_TEMP} CACHE STRING "Where the SDL Library can be found")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue