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
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,6 @@ def install_nacl(library): ...@@ -38,7 +38,6 @@ def install_nacl(library):
os.chdir(os.path.expanduser("~/libsodium-0.2/")) os.chdir(os.path.expanduser("~/libsodium-0.2/"))
run("./configure --disable-debug --disable-dependency-tracking") run("./configure --disable-debug --disable-dependency-tracking")
run("make") run("make")
run("make check")
run("make install") run("make install")
finally: finally:
os.chdir(curdir) os.chdir(curdir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment