Ver Fonte

--- Merging r45767 into '.':
U packages/cocoaint/src/CocoaAll.pas
--- Recording mergeinfo for merge of r45767 into '.':
U .

git-svn-id: branches/fixes_3_2@45769 -

Jonas Maebe há 5 anos atrás
pai
commit
0df6e2d6a5
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      packages/cocoaint/src/CocoaAll.pas

+ 3 - 1
packages/cocoaint/src/CocoaAll.pas

@@ -202,7 +202,9 @@ interface
 
 
 {$linkframework Cocoa}
 {$linkframework Cocoa}
 {$linkframework Foundation}
 {$linkframework Foundation}
-{$linkframework CoreImage}
+// The functionality of CoreImage is in the QuartzCore framework on older (Mac) OS X versions,
+// and it doesn't exist there, so don't link by default.
+{linkframework CoreImage}
 {$linkframework QuartzCore}
 {$linkframework QuartzCore}
 {$linkframework CoreData}
 {$linkframework CoreData}
 {$linkframework AppKit}
 {$linkframework AppKit}