소스 검색

Fix bootstrapping.

rtl/objpas/objpas.pp:
  * define FPC_HAS_INDIRECT_MAIN_INFORMATION for Darwin only while not bootstrapping with 2.6.x

git-svn-id: branches/svenbarth/packages@31931 -
svenbarth 10 년 전
부모
커밋
9028de29b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/objpas/objpas.pp

+ 1 - 1
rtl/objpas/objpas.pp

@@ -311,7 +311,7 @@ Type
    end;
    PResourceStringTableList = ^TResourceStringTableList;
 
-{$ifdef win32}
+{$if defined(win32) or (defined(darwin) and not defined(ver2_6))}
   {$define FPC_HAS_INDIRECT_MAIN_INFORMATION}
 {$endif}