darwin-frameworks: add impure version of CoreFoundation
This commit is contained in:
parent
09a09c892c
commit
bb02b800a2
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ with frameworks; with libs; {
|
|||
CalendarStore = [];
|
||||
Cocoa = [ AppKit ];
|
||||
Collaboration = [];
|
||||
# Impure version of CoreFoundation, this should not be used unless another
|
||||
# framework includes headers that are not available in the pure version.
|
||||
CoreFoundation = [];
|
||||
CoreAudio = [ CF IOKit ];
|
||||
CoreAudioKit = [ AudioUnit ];
|
||||
CoreData = [];
|
||||
|
|
Loading…
Reference in a new issue