From 0df6e2d6a5abafb9222053dac77de6b69538f167 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sat, 11 Jul 2020 14:10:11 +0000 Subject: [PATCH] --- 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 - --- packages/cocoaint/src/CocoaAll.pas | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/cocoaint/src/CocoaAll.pas b/packages/cocoaint/src/CocoaAll.pas index 7251b53b79..7012c5fc7f 100644 --- a/packages/cocoaint/src/CocoaAll.pas +++ b/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}