aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 98498c8..74e1fc5 100644
--- a/Makefile
+++ b/Makefile
@@ -202,6 +202,7 @@ OBJS += deps/libchdr/flac.o
OBJS += deps/libchdr/huffman.o
ifneq (,$(findstring win,$(platform)))
+ CFLAGS += -DHAVE_FSEEKO
OBJS += deps/flac-1.3.2/src/libFLAC/windows_unicode_filenames.o
else
CFLAGS += -DHAVE_SYS_PARAM_H