mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
+2
-2
@@ -39,11 +39,11 @@ fi
|
||||
command -v curl >/dev/null 2>&1 && {
|
||||
echo "Downloading config.guess and config.sub..."
|
||||
|
||||
curl -sSL -o config.guess \
|
||||
curl -sSL --fail -o config.guess \
|
||||
'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' &&
|
||||
mv -f config.guess build-aux/config.guess
|
||||
|
||||
curl -sSL -o config.sub \
|
||||
curl -sSL --fail -o config.sub \
|
||||
'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' &&
|
||||
mv -f config.sub build-aux/config.sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user