fix build
This commit is contained in:
parent
9ab5e761c3
commit
09b73d694f
2
Makefile
2
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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user