Skip to content

Commit

Permalink
change file type to dll
Browse files Browse the repository at this point in the history
  • Loading branch information
imsudiproy committed Sep 24, 2023
1 parent 986fdcd commit 7a12bb8
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 @@ -308,7 +308,7 @@ Windows-arm64_CXX := c++ -arch arm64
Windows-arm64_STRIP := strip -x
Windows-arm64_CXXFLAGS := -Ilib/inc_mac -I$(JAVA_HOME)/include -O2 -fPIC -mmacosx-version-min=10.7 -fvisibility=hidden -stdlib=libc++ -std=c++11
Windows-arm64_LINKFLAGS := -dynamiclib
Windows-arm64_LIBNAME := libsnappyjava.dylib
Windows-arm64_LIBNAME := libsnappyjava.dll


CXX := $($(os_arch)_CXX)
Expand Down

0 comments on commit 7a12bb8

Please sign in to comment.