mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Consistent servo-deps download URLs
This commit is contained in:
parent
e217672c1a
commit
357f23fae1
5 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
all: openssl
|
||||
@: # No-op to silence the "make: Nothing to be done for 'all'." message.
|
||||
|
||||
# From http://wiki.openssl.org/index.php/Android
|
||||
# From https://wiki.openssl.org/index.php/Android
|
||||
.PHONY: openssl
|
||||
openssl: openssl-${OPENSSL_VERSION}/libssl.so
|
||||
|
||||
|
@ -10,5 +10,5 @@ openssl-${OPENSSL_VERSION}/libssl.so: openssl-${OPENSSL_VERSION}/Configure
|
|||
./openssl.sh ${ANDROID_NDK} ${OPENSSL_VERSION}
|
||||
|
||||
openssl-${OPENSSL_VERSION}/Configure:
|
||||
URL=https://s3.amazonaws.com/servo-deps/android-deps/openssl-${OPENSSL_VERSION}.tar.gz; \
|
||||
URL=https://servo-deps.s3.amazonaws.com/android-deps/openssl-${OPENSSL_VERSION}.tar.gz; \
|
||||
curl $$URL | tar xzf -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue