Skip to content

Commit 4b2c1e8

Browse files
authored
win-aarch64 (fix): Fix dll name (#520)
1 parent 0fff1ac commit 4b2c1e8

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Makefile.common

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Windows-aarch64_CXX := $(CROSS_PREFIX)g++
308308
Windows-aarch64_STRIP := $(CROSS_PREFIX)strip
309309
Windows-aarch64_CXXFLAGS := -Ilib/inc_mac -I$(JAVA_HOME)/include -O2 -fPIC -march=armv8-a -fvisibility=hidden -D_WIN32 -DNOMINMAX -std=c++11
310310
Windows-aarch64_LINKFLAGS := -Wl,--kill-at -shared -static
311-
Windows-aarch64_LIBNAME := libsnappyjava.dll
311+
Windows-aarch64_LIBNAME := snappyjava.dll
312312

313313

314314
CXX := $($(os_arch)_CXX)
Binary file not shown.

0 commit comments

Comments
 (0)