diff options
author | Mika Lindqvist <postmaster@raasu.org> | 2020-04-25 12:38:41 +0300 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2020-05-02 12:41:10 +0200 |
commit | 2a31408e13816410c1276e53f68eec7777281704 (patch) | |
tree | 329787ddee022cfed3bd37810c020a3a0d2cd5b9 /win32 | |
parent | f810fc8aab021cf294405b2e2d5c38ea4be85356 (diff) |
Fix ARM64 build with Visual C++.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile.a64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.a64 b/win32/Makefile.a64 index 94e7f57..52aafd3 100644 --- a/win32/Makefile.a64 +++ b/win32/Makefile.a64 @@ -51,7 +51,7 @@ RESFILE = zlib-ng1.res SUFFIX = -ng !endif WFLAGS = $(WFLAGS) -DARM_ACLE_CRC_HASH -D__ARM_NEON__=1 -DARM_NEON_ADLER32 -DARM_NEON_SLIDEHASH -DARM_NOCHECK_NEON -OBJS = $(OBJS) crc32_acle.obj insert_string_acle.obj slide_neon.obj .adler32_neon.obj +OBJS = $(OBJS) crc32_acle.obj insert_string_acle.obj slide_neon.obj adler32_neon.obj # targets all: $(STATICLIB) $(SHAREDLIB) $(IMPLIB) \ |