mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
jre-libbluray: JAVA_HOME needs to be set for all make targets
This commit is contained in:
parent
f543965c6c
commit
361c9366e2
@ -17,14 +17,12 @@ unpack() {
|
||||
}
|
||||
|
||||
pre_configure_target() {
|
||||
export JAVA_HOME="$(get_build_dir jdk-x86_64-zulu)"
|
||||
|
||||
# build also jar
|
||||
PKG_CONFIGURE_OPTS_TARGET="${PKG_CONFIGURE_OPTS_TARGET/disable-bdjava-jar/enable-bdjava-jar}"
|
||||
}
|
||||
|
||||
make_target() {
|
||||
(
|
||||
export JAVA_HOME="$(get_build_dir jdk-x86_64-zulu)"
|
||||
|
||||
make all-local
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user