]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fixed missing compare258 object compilation in Win32 ARM makefiles.
authorNathan Moinvaziri <nathan@nathanm.com>
Sun, 24 May 2020 16:02:26 +0000 (09:02 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 24 Jun 2020 09:42:44 +0000 (11:42 +0200)
win32/Makefile.a64
win32/Makefile.arm

index d94790948db02e19f6069962eb743eae45c5cc20..aebfaafa40b97c2ecf0dc1a9632f82fd59f2948c 100644 (file)
@@ -36,6 +36,7 @@ SUFFIX =
 OBJS = \
        adler32.obj \
        armfeature.obj \
+       compare258.obj \
        compress.obj \
        crc32.obj \
        deflate.obj \
index 26522346638d07558684f3bb766e61de5e8d52ec..9963bd2763af9bb7b076eba4a153b96907c702fa 100644 (file)
@@ -40,6 +40,7 @@ SUFFIX =
 OBJS = \
        adler32.obj \
        armfeature.obj \
+       compare258.obj \
        compress.obj \
        crc32.obj \
        deflate.obj \