Debug prebuild dir

This commit is contained in:
FriwiDev 2021-11-24 06:01:06 +01:00
parent a78a06d6ec
commit c83d262399

View File

@ -50,6 +50,7 @@ elif [ ${TARGETARCH} == '386' ]; then
./compile.sh linux32 ./compile.sh linux32
else else
echo "Can not compile java classes under arm/v6 currently. So we copy from prebuild directory." echo "Can not compile java classes under arm/v6 currently. So we copy from prebuild directory."
ls /prebuild
cp -r /prebuild/linux32 /jcef/out cp -r /prebuild/linux32 /jcef/out
fi fi