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

tinydtls needs autoconf and autoheader, not autoreconf

parent 6859e2f6
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,8 @@ class prepare_tinydtls(build_ext):
print("Running:", " ".join(args))
subprocess.check_call(args, cwd="./tinydtls")
commands = [
["autoreconf", "-i"],
["autoconf"],
["autoheader"],
["./configure", "--without-ecc"],
]
for command in commands:
......
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