From 09b73d694f5717214a28e0812060c1c48c248b30 Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Wed, 24 Apr 2019 19:33:26 -0400 Subject: [PATCH] fix build --- Makefile | 2 +- tools/testing/tests/solo.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 259e3a9..61a3923 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ tinycbor/Makefile crypto/tiny-AES-c/aes.c: cbor: $(LIBCBOR) $(LIBCBOR): - cd tinycbor/ && $(MAKE) clean && $(MAKE) -j8 + cd tinycbor/ && $(MAKE) clean && $(MAKE) LDFLAGS='' -j8 version: @git describe diff --git a/tools/testing/tests/solo.py b/tools/testing/tests/solo.py index 0f3fbca..8853f0d 100644 --- a/tools/testing/tests/solo.py +++ b/tools/testing/tests/solo.py @@ -1,5 +1,5 @@ from solo.client import SoloClient -from solo.commands import SoloBootloader, SoloExtension +from solo.commands import SoloExtension from fido2.ctap1 import ApduError from fido2.utils import sha256