Attempt to set LD_LIBRARY_PATH

This commit is contained in:
FriwiDev 2021-11-18 05:22:30 +01:00
parent 69f0e9a802
commit 15f5b67af9

View File

@ -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