2
0
Эх сурвалжийг харах

--- 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 5 жил өмнө
parent
commit
0df6e2d6a5

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

@@ -202,7 +202,9 @@ interface
 
 {$linkframework Cocoa}
 {$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 CoreData}
 {$linkframework AppKit}