Skip to content

Commit

Permalink
Fix strip command
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Sep 26, 2023
1 parent 9d114f9 commit 2111dfd
Showing 1 changed file 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 @@ -305,7 +305,7 @@ Linux-riscv64_LIBNAME := libsnappyjava.so
Linux-riscv64_SNAPPY_FLAGS:=

Windows-aarch64_CXX := $(CROSS_PREFIX)g++
Windows-aarch64_STRIP := strip -x
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 := -shared -Wl,--out-implib,libsnappyjava.dll.a -Wl,--export-all-symbols
Windows-aarch64_LIBNAME := libsnappyjava.dll
Expand Down

0 comments on commit 2111dfd

Please sign in to comment.