mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
make LZMA encoder by default
This commit is contained in:
parent
5d9f7b2bc3
commit
f07a8c7ec4
3
makefile
3
makefile
@ -813,7 +813,8 @@ test-args = $(test-flags) $(input)
|
|||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: $(static-library) $(executable) $(dynamic-library) $(lzma-loader) \
|
build: $(static-library) $(executable) $(dynamic-library) $(lzma-loader) \
|
||||||
$(executable-dynamic) $(classpath-dep) $(test-dep) $(test-extra-dep)
|
$(lzma-encoder) $(executable-dynamic) $(classpath-dep) $(test-dep) \
|
||||||
|
$(test-extra-dep)
|
||||||
|
|
||||||
$(test-dep): $(classpath-dep)
|
$(test-dep): $(classpath-dep)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user