aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorJose Pereira <[email protected]>2018-09-03 21:16:42 -0700
committerJose Pereira <[email protected]>2018-09-03 21:28:36 -0700
commitb073b7430285d7a5079380a71e0be925250c50e5 (patch)
tree97f703569e126622a77cb8c3c081cde9bc019e7d /configure.py
parent96ff9f19cf5baf2fe05ebf8456939d6dda555e2c (diff)
Add support for hashing with CommonCrypto
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
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),