mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-04 00:23:41 +08:00
Attempt to set LD_LIBRARY_PATH
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user