소스 검색

* fix linkframework CoreImage directive (mantis #37040)

git-svn-id: trunk@45381 -
Jonas Maebe 5 년 전
부모
커밋
435b45a13c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/cocoaint/src/CocoaAll.pas

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

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