浏览代码

--- 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 年之前
父节点
当前提交
0df6e2d6a5
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      packages/cocoaint/src/CocoaAll.pas

+ 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}