mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Consistent servo-deps download URLs
This commit is contained in:
parent
e217672c1a
commit
357f23fae1
5 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@ fi
|
|||
|
||||
echo "Building ${OPENSSL_DIR}/lib/libssl.so"
|
||||
|
||||
S3_BUCKET="https://s3.amazonaws.com/servo-deps/android-deps"
|
||||
S3_BUCKET="https://servo-deps.s3.amazonaws.com/android-deps"
|
||||
S3_URL="${S3_BUCKET}/openssl-${OPENSSL_VERSION}.tar.gz"
|
||||
|
||||
if [[ ! -d "${OPENSSL_DIR}/src/openssl-${OPENSSL_VERSION}" ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue