Copy precompiled classes correctly

This commit is contained in:
FriwiDev 2021-11-24 15:51:08 +01:00
parent da2af9ec11
commit 287bec0d3b

View File

@ -50,7 +50,8 @@ elif [ ${TARGETARCH} == '386' ]; then
./compile.sh linux32
else
echo "Can not compile java classes under arm/v6 currently. So we copy from prebuild directory."
cp -r /prebuild/* /jcef/out/
mkdir -p /jcef/out/linux32
cp -r /prebuild/* /jcef/out/linux32/
fi
#Entering distribution phase - disable error handling (javadoc building fails here nontheless)