Add common crypto frameworks. (#2181)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user