mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
use $(so-prefix) and $(so-suffix) for libjvm
This commit is contained in:
parent
f9928ac36e
commit
8c84b94416
2
makefile
2
makefile
@ -1379,7 +1379,7 @@ ifneq ($(mode),fast)
|
||||
host-vm-options := -$(mode)
|
||||
endif
|
||||
|
||||
host-vm = build/$(build-platform)-$(build-arch)-interpret$(host-vm-options)/libjvm.so
|
||||
host-vm = build/$(build-platform)-$(build-arch)-interpret$(host-vm-options)/$(so-prefix)jvm$(so-suffix)
|
||||
|
||||
bootimage-object = $(build)/bootimage-bin.o
|
||||
codeimage-object = $(build)/codeimage-bin.o
|
||||
|
Loading…
Reference in New Issue
Block a user