mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
(Win32) Don't assume HAVE_STRL can be defined for Windows
This commit is contained in:
parent
3e977034a7
commit
29cb6e06f9
@ -380,7 +380,9 @@ fi
|
||||
check_header PARPORT linux/parport.h
|
||||
check_header PARPORT linux/ppdev.h
|
||||
|
||||
check_lib STRL "$CLIB" strlcpy
|
||||
if [ "$OS" != 'Win32' ]; then
|
||||
check_lib STRL "$CLIB" strlcpy
|
||||
fi
|
||||
check_lib STRCASESTR "$CLIB" strcasestr
|
||||
check_lib MMAP "$CLIB" mmap
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user