diff options
author | Nathan Moinvaziri <nathan@nathanm.com> | 2020-05-24 09:02:26 -0700 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2020-06-24 11:42:44 +0200 |
commit | c68d1fcdd53d031361b632a1ca789d46110a708c (patch) | |
tree | 0f224a847bd984201c2527af9132675e883cd8bb /win32 | |
parent | 5daf463f13c19e5d660471dc60cb26c8d4fa64cc (diff) |
Fixed missing compare258 object compilation in Win32 ARM makefiles.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile.a64 | 1 | ||||
-rw-r--r-- | win32/Makefile.arm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile.a64 b/win32/Makefile.a64 index d947909..aebfaaf 100644 --- a/win32/Makefile.a64 +++ b/win32/Makefile.a64 @@ -36,6 +36,7 @@ SUFFIX = OBJS = \ adler32.obj \ armfeature.obj \ + compare258.obj \ compress.obj \ crc32.obj \ deflate.obj \ diff --git a/win32/Makefile.arm b/win32/Makefile.arm index 2652234..9963bd2 100644 --- a/win32/Makefile.arm +++ b/win32/Makefile.arm @@ -40,6 +40,7 @@ SUFFIX = OBJS = \ adler32.obj \ armfeature.obj \ + compare258.obj \ compress.obj \ crc32.obj \ deflate.obj \ |