Skip to content
Snippets Groups Projects
Commit 4765d353 authored by Donald Stufft's avatar Donald Stufft
Browse files

Don't need to run make check on libsodium

parent 6ad23d46
Branches
Tags
No related merge requests found
......@@ -38,7 +38,6 @@ def install_nacl(library):
os.chdir(os.path.expanduser("~/libsodium-0.2/"))
run("./configure --disable-debug --disable-dependency-tracking")
run("make")
run("make check")
run("make install")
finally:
os.chdir(curdir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment