Import libsodium

This commit is contained in:
Adrien Gallouët
2016-06-20 21:43:26 +00:00
parent 3c9ee4c625
commit 7236e1f6bb

View File

@@ -11,4 +11,5 @@ compiler:
- gcc
script:
- make CFLAGS=-std=c99 CPPFLAGS=-D_GNU_SOURCE mud.o
- git clone --depth=1 https://github.com/jedisct1/libsodium.git --branch=stable
- make CFLAGS=-std=c99 CPPFLAGS="-D_GNU_SOURCE -I./libsodium/src/libsodium/include" mud.o