Skip to content
Snippets Groups Projects
Commit 9846aafc authored by Jannis Konrad's avatar Jannis Konrad
Browse files

fix, build silently dropped flag --without-ecc

parent abe12bed
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ class prepare_tinydtls(build_ext):
commands = [
["sh", "-c", "autoconf"],
["sh", "-c", "autoheader"],
["sh", "-c", "./configure", "--without-ecc"],
["sh", "-c", "./configure --without-ecc"],
]
if not os.path.exists(os.path.join(os.path.dirname(__file__), 'DTLSSocket','tinydtls','dtls.c')):
run_command(["git", "submodule", "update", "--init"])
......
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