diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 978f6373f8..90b36d80f8 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -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