mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Escape to build openssl twice
This commit is contained in:
@ -29,6 +29,9 @@ fi
|
||||
|
||||
echo "$platform$arch"
|
||||
|
||||
perl ./Configure $platform$arch
|
||||
./config
|
||||
if [ ! -f Makefile ]; then
|
||||
perl ./Configure $platform$arch
|
||||
./config
|
||||
fi
|
||||
|
||||
make
|
||||
|
||||
@ -5,4 +5,6 @@ SCRIPTPATH=$(dirname "$SCRIPT")
|
||||
|
||||
cd "$SCRIPTPATH"
|
||||
|
||||
git clone https://github.com/openssl/openssl.git
|
||||
if [ ! -d openssl ]; then
|
||||
git clone https://github.com/openssl/openssl.git
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user