fix build

This commit is contained in:
Conor Patrick 2019-04-24 19:33:26 -04:00
parent 9ab5e761c3
commit 09b73d694f
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ tinycbor/Makefile crypto/tiny-AES-c/aes.c:
cbor: $(LIBCBOR) cbor: $(LIBCBOR)
$(LIBCBOR): $(LIBCBOR):
cd tinycbor/ && $(MAKE) clean && $(MAKE) -j8 cd tinycbor/ && $(MAKE) clean && $(MAKE) LDFLAGS='' -j8
version: version:
@git describe @git describe

View File

@ -1,5 +1,5 @@
from solo.client import SoloClient from solo.client import SoloClient
from solo.commands import SoloBootloader, SoloExtension from solo.commands import SoloExtension
from fido2.ctap1 import ApduError from fido2.ctap1 import ApduError
from fido2.utils import sha256 from fido2.utils import sha256