mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-14 11:15:05 -05:00
Update FindSDL2.cmake (#53)
Fix for Haiku, because nobody can write a cross-platform build tool.
This commit is contained in:
parent
685dfe78c2
commit
4188cd3455
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ SET(SDL2_SEARCH_PATHS
|
|||
FIND_PATH(SDL2_INCLUDE_DIR SDL.h
|
||||
HINTS
|
||||
$ENV{SDL2DIR}
|
||||
PATH_SUFFIXES include/SDL2 include
|
||||
PATH_SUFFIXES include/SDL2 include SDL2
|
||||
PATHS ${SDL2_SEARCH_PATHS}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue