diff options
author | Jack Lloyd <[email protected]> | 2018-09-04 10:33:31 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-09-04 10:33:31 -0400 |
commit | ffb5de527a02fc990112bdf096c705abadfc09bd (patch) | |
tree | e8a04f46f98f4765f2d64ef6fedba1843567ee85 /src/build-data/os | |
parent | 9cf8f1965e04a06419f5df60ae5f1520f6cda433 (diff) |
Add commoncrypto OS feature so it cannot be enabled on other systems
Diffstat (limited to 'src/build-data/os')
-rw-r--r-- | src/build-data/os/darwin.txt | 1 | ||||
-rw-r--r-- | src/build-data/os/ios.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/build-data/os/darwin.txt b/src/build-data/os/darwin.txt index 056d535e7..5f460b1c6 100644 --- a/src/build-data/os/darwin.txt +++ b/src/build-data/os/darwin.txt @@ -16,6 +16,7 @@ arc4random dev_random security_framework +commoncrypto sockets threads filesystem diff --git a/src/build-data/os/ios.txt b/src/build-data/os/ios.txt index 0e3eb7c4b..286e10fd1 100644 --- a/src/build-data/os/ios.txt +++ b/src/build-data/os/ios.txt @@ -10,6 +10,7 @@ posix1 posix_mlock arc4random +commoncrypto sockets threads filesystem |