mirror of
https://github.com/xerial/snappy-java.git
synced 2025-04-08 19:35:08 +02:00
win-aarch64 (fix): Fix dll name (#520)
This commit is contained in:
parent
0fff1ac8f5
commit
4b2c1e89a4
@ -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)
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user