mirror of
https://github.com/iAmInActions/SpaceCadetPinballPPC.git
synced 2024-11-10 06:00:08 +00: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
@ -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 New Issue
Block a user