mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-09 18:53:48 +08:00
Attempt prebuilding for ARM/v6
This commit is contained in:
@@ -49,7 +49,8 @@ if [ ${TARGETARCH} == 'amd64' ] || [ ${TARGETARCH} == 'arm64' ]; then
|
||||
elif [ ${TARGETARCH} == '386' ]; then
|
||||
./compile.sh linux32
|
||||
else
|
||||
echo "Can not compile java classes under arm/v6 currently. WIP"
|
||||
echo "Can not compile java classes under arm/v6 currently. So we copy from prebuild directory."
|
||||
cp -r /prebuild/linux32 /jcef/out
|
||||
fi
|
||||
|
||||
#Generate distribution
|
||||
|
||||
Reference in New Issue
Block a user