Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Replace wget with curl
Browse files Browse the repository at this point in the history
wget is having a hard time getting libsodium
  • Loading branch information
vitorhugods committed Jul 14, 2021
1 parent e2b073a commit 43462bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/libsodium-src.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ LIBSODIUM_URL := http://download.libsodium.org/libsodium/releases/$(LIBSODIU
build/src/$(LIBSODIUM_NAME):
mkdir -p build/src
cd build/src && \
wget -O $(LIBSODIUM_NAME).tar.gz $(LIBSODIUM_URL) && \
curl -LO $(LIBSODIUM_URL) && \
tar -xzf $(LIBSODIUM_NAME).tar.gz && \
rm $(LIBSODIUM_NAME).tar.gz

0 comments on commit 43462bf

Please sign in to comment.