aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhizzlekizzle2019-05-19 07:59:36 -0500
committerGitHub2019-05-19 07:59:36 -0500
commitda17206dd7ab28f65dc7f5c421bb972d31eb1b55 (patch)
tree7725ca429345b905f14cf8f76ae3f3410af2ab11 /Makefile
parent36e1dd7c54e92db6076ba2e249a3b2bee9f5f7c4 (diff)
parent31aa18dd3d3b4c341abc2147af1eb32f7ef81b29 (diff)
downloadpcsx_rearmed-da17206dd7ab28f65dc7f5c421bb972d31eb1b55.tar.gz
pcsx_rearmed-da17206dd7ab28f65dc7f5c421bb972d31eb1b55.tar.bz2
pcsx_rearmed-da17206dd7ab28f65dc7f5c421bb972d31eb1b55.zip
Merge pull request #286 from retro-wertz/patch-2
Fix CHD build for windows
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5732c14..1f491f3 100644
--- a/Makefile
+++ b/Makefile
@@ -203,6 +203,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