Added NFC compile flag
This commit is contained in:
@@ -846,6 +846,13 @@ if __name__ == "__main__":
|
||||
help=("Compiles the OpenSK application with backward compatible "
|
||||
"support for CTAP2.1 protocol."),
|
||||
)
|
||||
main_parser.add_argument(
|
||||
"--nfc",
|
||||
action="append_const",
|
||||
const="with_nfc",
|
||||
dest="features",
|
||||
help=("Compiles the OpenSK application with support for nfc."),
|
||||
)
|
||||
main_parser.add_argument(
|
||||
"--regen-keys",
|
||||
action="store_true",
|
||||
|
||||
Reference in New Issue
Block a user