ソースを参照

* don't quote the Darwin syslibroot path in link.res, it's not reinterpreted
by the shell since it's cat'ed into the command line

git-svn-id: trunk@17422 -

Jonas Maebe 14 年 前
コミット
1b5fed238a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      compiler/systems/t_bsd.pas

+ 1 - 1
compiler/systems/t_bsd.pas

@@ -321,7 +321,7 @@ begin
      (sysrootpath<>'') then
     begin
       LinkRes.Add('-syslibroot');
-      LinkRes.Add(maybequoted(sysrootpath));
+      LinkRes.Add(sysrootpath);
     end;
 
   if (not isdll) or