win-aarch64 (fix): Fix dll name (#520)

This commit is contained in:
Taro L. Saito 2023-09-26 18:06:29 -07:00 committed by GitHub
parent 0fff1ac8f5
commit 4b2c1e89a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View File

@ -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)