mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-21 23:06:37 +08:00
Debug linux build script
This commit is contained in:
parent
dae0e19758
commit
37a0630c8a
@ -3,6 +3,9 @@ set -e
|
|||||||
|
|
||||||
# Determine architecture
|
# Determine architecture
|
||||||
echo "Building for architecture $TARGETARCH"
|
echo "Building for architecture $TARGETARCH"
|
||||||
|
echo "JAVA_HOME: $JAVA_HOME"
|
||||||
|
echo "PATH: $PATH"
|
||||||
|
java -version
|
||||||
|
|
||||||
if [ ! -f "/jcef/README.md" ]; then
|
if [ ! -f "/jcef/README.md" ]; then
|
||||||
echo "Did not find existing files to build - cloning..."
|
echo "Did not find existing files to build - cloning..."
|
||||||
|
Loading…
Reference in New Issue
Block a user