mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19:54:13 +00:00
include charsets.jar in openjdk-src build
The other JARs we were including refer to classes in this jar, so we need to include it as well.
This commit is contained in:
parent
a2e0151728
commit
48bb1e4f41
1
makefile
1
makefile
@ -1087,6 +1087,7 @@ $(openjdk-jar-dep):
|
||||
$(jar) xf "$$($(native-path) "$(openjdk)/jre/lib/rt.jar")" && \
|
||||
$(jar) xf "$$($(native-path) "$(openjdk)/jre/lib/jsse.jar")" && \
|
||||
$(jar) xf "$$($(native-path) "$(openjdk)/jre/lib/jce.jar")" && \
|
||||
$(jar) xf "$$($(native-path) "$(openjdk)/jre/lib/charsets.jar")" && \
|
||||
$(jar) xf "$$($(native-path) "$(openjdk)/jre/lib/ext/sunjce_provider.jar")" && \
|
||||
$(jar) xf "$$($(native-path) "$(openjdk)/jre/lib/resources.jar")")
|
||||
@touch $(@)
|
||||
|
Loading…
Reference in New Issue
Block a user