Skip to content

Commit 494e997

Browse files
authored
Merge pull request #5 from nsubtil/fix-windows-build
Fix search path to cope with Windows SDL2 binary releases
2 parents 52524b8 + 618806a commit 494e997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FindSDL2.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ FIND_LIBRARY(SDL2_LIBRARY_TEMP
9090
NAMES SDL2
9191
HINTS
9292
$ENV{SDL2DIR}
93-
PATH_SUFFIXES lib64 lib
93+
PATH_SUFFIXES lib64 lib lib/x64 lib/x86
9494
PATHS ${SDL2_SEARCH_PATHS}
9595
)
9696

0 commit comments

Comments
 (0)