mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +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
|
||||
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user