Skip to content

Commit

Permalink
Remove libfido2 found, setting FIDO2=dynamic message from makefile (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke authored Jun 25, 2024
1 parent 96ed720 commit 799fb72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export C_ARCH
ifeq ("$(shell pkg-config libfido2 2>/dev/null; echo $$?)", "0")
LIBFIDO2_TEST_TAG := libfido2
ifeq ($(FIDO2),)
$(info libfido2 found, setting FIDO2=dynamic)
FIDO2 ?= dynamic
endif
endif
Expand Down

0 comments on commit 799fb72

Please sign in to comment.