mirror of
https://github.com/corda/corda.git
synced 2025-01-31 16:35:43 +00:00
add lib/currency.data to javahome-files on Windows
This file is needed by OpenJDK for both Windows and Posix systems.
This commit is contained in:
parent
59183c7821
commit
2216b22ccb
4
makefile
4
makefile
@ -86,11 +86,9 @@ ifneq ($(openjdk),)
|
||||
openjdk-jar-dep = $(build)/openjdk-jar.dep
|
||||
classpath-jar-dep = $(openjdk-jar-dep)
|
||||
javahome = $(embed-prefix)/javahomeJar
|
||||
javahome-files = lib/zi
|
||||
javahome-files = lib/zi lib/currency.data
|
||||
ifeq ($(platform),windows)
|
||||
javahome-files += lib/tzmappings
|
||||
else
|
||||
javahome-files += lib/currency.data
|
||||
endif
|
||||
javahome-object = $(build)/javahome-jar.o
|
||||
boot-javahome-object = $(build)/boot-javahome.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user