소스 검색

* Some corrections in config file

Michaël Van Canneyt 1 년 전
부모
커밋
78e1b64adf
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      fpmake.pp

+ 2 - 0
fpmake.pp

@@ -109,6 +109,8 @@ begin
   Addln('#IFDEF FPC_SUBTARGET_NAMESPACED');
   AddPath('-Fu',BaseDir,'namespaced');
   AddPath('-Fi',BaseDir,'src');
+  // needed for system unit.
+  AddPath('-Fu',BaseDir+'rtl'+PathDelim+'src','');
   AddLn('#else');
   AddPath('-Fu',BaseDir,'src');
   AddLn('#endif');