mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-24 22:44:46 +02:00
Fix native dll build
This commit is contained in:
parent
f9ec0da1cb
commit
fb7553c319
4
Makefile
4
Makefile
@ -132,9 +132,9 @@ snappy: native $(TARGET)/$(snappy-jar-version).jar
|
|||||||
|
|
||||||
$(NATIVE_DLL): $(SNAPPY_SOURCE_CONFIGURED) $(SNAPPY_OUT)/$(LIBNAME)
|
$(NATIVE_DLL): $(SNAPPY_SOURCE_CONFIGURED) $(SNAPPY_OUT)/$(LIBNAME)
|
||||||
@mkdir -p $(@D)
|
@mkdir -p $(@D)
|
||||||
cp $< $@
|
cp $(SNAPPY_OUT)/$(LIBNAME) $@
|
||||||
@mkdir -p $(NATIVE_TARGET_DIR)
|
@mkdir -p $(NATIVE_TARGET_DIR)
|
||||||
cp $< $(NATIVE_TARGET_DIR)/$(LIBNAME)
|
cp $(SNAPPY_OUT)/$(LIBNAME) $(NATIVE_TARGET_DIR)/$(LIBNAME)
|
||||||
|
|
||||||
package: $(TARGET)/$(snappy-jar-version).jar
|
package: $(TARGET)/$(snappy-jar-version).jar
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user