mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-23 22:15:05 +02:00
Fix for Mac-i386 environment
This commit is contained in:
parent
20f265ba90
commit
8d1482e395
@ -72,7 +72,7 @@ Linux-amd64_SNAPPY_FLAGS :=
|
||||
Mac-i386_CXX := g++ -arch $(OS_ARCH)
|
||||
Mac-i386_STRIP := strip -x
|
||||
Mac-i386_CXXFLAGS := -I$(JAVA_HOME)/include -O2 -fPIC
|
||||
Mac-i386_LINKFLAGS := -dynamiclib
|
||||
Mac-i386_LINKFLAGS := -dynamiclib -static-libgcc
|
||||
Mac-i386_LIBNAME := libsnappy.jnilib
|
||||
Mac-i386_SNAPPY_FLAGS :=
|
||||
|
||||
|
Binary file not shown.
4
pom.xml
4
pom.xml
@ -56,8 +56,8 @@
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.0.2</version>
|
||||
<configuration>
|
||||
<source>1.6</source>
|
||||
<target>1.6</target>
|
||||
<source>1.5</source>
|
||||
<target>1.5</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user