From a66fb95e85031c2012a47d145914f8c6e3bdfdaa Mon Sep 17 00:00:00 2001 From: Jannis Konrad <kabel42@gmail.com> Date: Sun, 28 May 2023 21:38:53 +0200 Subject: [PATCH] ecc actuallt works, fix misleading config --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 42152e6..74adc1c 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ class prepare_tinydtls(build_ext): commands = [ ["sh", "-c", "autoconf"], ["sh", "-c", "autoheader"], - ["sh", "-c", "./configure --without-ecc"], + ["sh", "-c", "./configure"], # no --without-ecc ] if not os.path.exists(os.path.join(os.path.dirname(__file__), 'DTLSSocket','tinydtls','dtls.c')): run_command(["git", "submodule", "update", "--init"]) -- GitLab