Add common crypto frameworks. (#2181)

This commit is contained in:
Nikolay Igotti
2018-10-09 21:33:43 +03:00
committed by GitHub
parent a7a930490c
commit 26c775938e
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,9 @@
depends = darwin posix
language = Objective-C
package = platform.CoreCrypto
headers = CommonCrypto/CommonCrypto.h
headerFilter = CommonCrypto/**
compilerOpts = -D_XOPEN_SOURCE
linkerOpts = -framework CommonCrypto
@@ -0,0 +1,9 @@
depends = darwin posix
language = Objective-C
package = platform.CoreCrypto
headers = CommonCrypto/CommonCrypto.h
headerFilter = CommonCrypto/**
compilerOpts = -D_XOPEN_SOURCE
linkerOpts = -framework CommonCrypto