mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-18 21:36:37 +08:00
Ignore errors in make_distrib.sh on linux (javadoc gen error)
This commit is contained in:
parent
c564a463db
commit
672c81ad28
@ -55,9 +55,9 @@ fi
|
|||||||
#Generate distribution
|
#Generate distribution
|
||||||
chmod +x make_distrib.sh
|
chmod +x make_distrib.sh
|
||||||
if [ ${TARGETARCH} == 'amd64' ] || [ ${TARGETARCH} == 'arm64' ]; then
|
if [ ${TARGETARCH} == 'amd64' ] || [ ${TARGETARCH} == 'arm64' ]; then
|
||||||
./make_distrib.sh linux64
|
bash -e make_distrib.sh linux64
|
||||||
else
|
else
|
||||||
./make_distrib.sh linux32
|
bash -e make_distrib.sh linux32
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Pack binary_distrib
|
#Pack binary_distrib
|
||||||
|
Loading…
Reference in New Issue
Block a user