Skip to content

Commit

Permalink
win-aarch64 (fix): Fix dll name (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Sep 27, 2023
1 parent 0fff1ac commit 4b2c1e8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Windows-aarch64_CXX := $(CROSS_PREFIX)g++
Windows-aarch64_STRIP := $(CROSS_PREFIX)strip
Windows-aarch64_CXXFLAGS := -Ilib/inc_mac -I$(JAVA_HOME)/include -O2 -fPIC -march=armv8-a -fvisibility=hidden -D_WIN32 -DNOMINMAX -std=c++11
Windows-aarch64_LINKFLAGS := -Wl,--kill-at -shared -static
Windows-aarch64_LIBNAME := libsnappyjava.dll
Windows-aarch64_LIBNAME := snappyjava.dll


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

0 comments on commit 4b2c1e8

Please sign in to comment.