Fix Windows build by using lib/strcasestr.{c,h}
[fio.git] / Makefile
index d287126edc417ef117d0c9d50b6a4ffefc4f5cfe..1507464a009f0532d94ac28fcdb522bc5b63f280 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -237,6 +237,7 @@ ifneq (,$(findstring CYGWIN,$(CONFIG_TARGET_OS)))
     T_DEDUPE_OBJS += os/windows/posix.o lib/hweight.o
     T_SMALLOC_OBJS += os/windows/posix.o lib/hweight.o
     T_LFSR_TEST_OBJS += os/windows/posix.o lib/hweight.o
+    T_ZIPF_OBJS += lib/strcasestr.o
 endif
 
 T_TEST_PROGS = $(T_SMALLOC_PROGS)