Skip to content

Commit fc379ff

Browse files
robinlindeniphydf
authored andcommitted
Update libsodium to 1.0.18
1 parent f2d44d4 commit fc379ff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/dependencies.mk

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@ $(TOOLCHAIN)/toxcore.stamp: $(SRCDIR)/toxcore $(TOOLCHAIN_FILE) $(foreach i,libs
5151
# libsodium
5252

5353
$(SRCDIR)/libsodium:
54-
# TODO(iphydf): Upgrade to 1.0.17 once it's released. 14, 15, and 16 don't
55-
# build on Android.
56-
# git clone --depth=1 --branch=1.0.17 https://github.com/jedisct1/libsodium $@
57-
git clone --depth=1 --branch=1.0.13 https://github.com/jedisct1/libsodium $@
54+
git clone --depth=1 --branch=1.0.18 https://github.com/jedisct1/libsodium $@
5855

5956
$(TOOLCHAIN)/libsodium.stamp: $(SRCDIR)/libsodium $(TOOLCHAIN_FILE)
6057
@$(PRE_RULE)

0 commit comments

Comments
 (0)