add x86 native library
This commit is contained in:
parent
f0bd7ff3cd
commit
14d38c9c12
4
Makefile
4
Makefile
|
@ -60,3 +60,7 @@ $(NATIVE_DLL): $(SNAPPY_OUT)/$(LIBNAME) $(TARGET)/snappy-$(VERSION)
|
|||
$(TARGET)/$(snappy-jar-version).jar: $(NATIVE_DLL)
|
||||
$(MVN) package
|
||||
|
||||
|
||||
|
||||
win32:
|
||||
$(MAKE) native CXX=mingw32-g++ OS_NAME=Windows OS_ARCH=x86
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue