ソースを参照

* 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');