mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +08:00
Attempt to set LD_LIBRARY_PATH
This commit is contained in:
parent
69f0e9a802
commit
15f5b67af9
@ -11,6 +11,7 @@ if [ ${TARGETARCH} == 'arm/v6' ]; then
|
||||
tar xzf jdk.tar.gz
|
||||
export JAVA_HOME=$PWD/jdk-11.0.13+8
|
||||
export PATH=$PWD/jdk-11.0.13+8/bin:$PATH
|
||||
export LD_LIBRARY_PATH=/lib/arm-linux-gnueabihf
|
||||
fi
|
||||
|
||||
# Print some debug info
|
||||
|
Loading…
Reference in New Issue
Block a user