From b073b7430285d7a5079380a71e0be925250c50e5 Mon Sep 17 00:00:00 2001 From: Jose Pereira Date: Mon, 3 Sep 2018 21:16:42 -0700 Subject: Add support for hashing with CommonCrypto --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.py') diff --git a/configure.py b/configure.py index b03802e56..24f74e134 100755 --- a/configure.py +++ b/configure.py @@ -523,7 +523,7 @@ def process_command_line(args): # pylint: disable=too-many-locals,too-many-state help='minimize build') # Should be derived from info.txt but this runs too early - third_party = ['bearssl', 'boost', 'bzip2', 'lzma', 'openssl', 'sqlite3', 'zlib', 'tpm'] + third_party = ['bearssl', 'boost', 'bzip2', 'lzma', 'openssl', 'commoncrypto', 'sqlite3', 'zlib', 'tpm'] for mod in third_party: mods_group.add_option('--with-%s' % (mod), -- cgit v1.2.3