mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-18 21:36:37 +08:00
Correctly copy classes and tests on arm/v6
This commit is contained in:
parent
c2ac54a715
commit
da2af9ec11
@ -50,8 +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/* /jcef/out/
|
||||||
cp -r /prebuild/linux32 /jcef/out
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Entering distribution phase - disable error handling (javadoc building fails here nontheless)
|
#Entering distribution phase - disable error handling (javadoc building fails here nontheless)
|
||||||
|
Loading…
Reference in New Issue
Block a user