Skip to content

Commit 4032fb4

Browse files
committed
Add missing compress.o object
Statically built cores like blueMSX call compress().
1 parent fc15fce commit 4032fb4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile.common

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2012,6 +2012,7 @@ ifeq ($(HAVE_BUILTINZLIB), 1)
20122012
HAVE_ZLIB_COMMON = 1
20132013
OBJ += $(DEPS_DIR)/libz/adler32.o \
20142014
$(DEPS_DIR)/libz/libz-crc32.o \
2015+
$(DEPS_DIR)/libz/compress.o \
20152016
$(DEPS_DIR)/libz/deflate.o \
20162017
$(DEPS_DIR)/libz/gzclose.o \
20172018
$(DEPS_DIR)/libz/gzlib.o \

0 commit comments

Comments
 (0)