Browse Source

* fix linkframework CoreImage directive (mantis #37040)

git-svn-id: trunk@45381 -
Jonas Maebe 5 years ago
parent
commit
435b45a13c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/cocoaint/src/CocoaAll.pas

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

@@ -202,7 +202,7 @@ interface
 
 
 {$linkframework Cocoa}
 {$linkframework Cocoa}
 {$linkframework Foundation}
 {$linkframework Foundation}
-{linkframework CoreImage}
+{$linkframework CoreImage}
 {$linkframework QuartzCore}
 {$linkframework QuartzCore}
 {$linkframework CoreData}
 {$linkframework CoreData}
 {$linkframework AppKit}
 {$linkframework AppKit}