mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Switch to github repo of openssl
This commit is contained in:
parent
223ce0d0a0
commit
4dcd748a1f
2
.github/scripts/.build-deps.zsh
vendored
2
.github/scripts/.build-deps.zsh
vendored
|
|
@ -380,7 +380,7 @@ Usage: %B${functrace[1]%:*}%b <option> [<options>]
|
|||
pushd ${advss_dep_path}
|
||||
log_info "Prepare openssl ..."
|
||||
rm -rf openssl
|
||||
git clone git://git.openssl.org/openssl.git --branch openssl-3.1.2 --depth 1
|
||||
git clone https://github.com/openssl/openssl.git --branch openssl-3.1.2 --depth 1
|
||||
mv openssl openssl_x86
|
||||
cp -r openssl_x86 openssl_arm
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user