Selaa lähdekoodia

* 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 vuotta sitten
vanhempi
commit
1b5fed238a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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