mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 14:40:25 +02:00
* 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:
parent
fb23834367
commit
f58112947b
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user