* don't link CoreImage by default for compatibility with older (Mac) OS X versions

(mantis #37040)

git-svn-id: trunk@45767 -
This commit is contained in:
Jonas Maebe 2020-07-11 14:08:32 +00:00
parent fb23834367
commit f58112947b

View File

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