summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'osdep')
-rw-r--r--osdep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index 5010091e29..fac04133d1 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -12,6 +12,7 @@ endif
SRCS-$(NEED_FSEEKO) += fseeko.c
SRCS-$(NEED_FTELLO) += ftello.c
SRCS-$(NEED_GETTIMEOFDAY) += gettimeofday.c
+SRCS-$(NEED_GLOB) += glob-win.c
SRCS-$(NEED_SCANDIR) += scandir.c
SRCS-$(NEED_SETENV) += setenv.c
SRCS-$(NEED_STRLCAT) += strlcat.c
@@ -30,7 +31,6 @@ timer = timer-darwin.c
endif
ifeq ($(TARGET_OS),MINGW32)
getch = getch2-win.c
-SRCS-$(NEED_GLOB) += glob-win.c
endif
SRCS += $(timer)
SRCS += $(getch)