Explorar o código

Fix searching of gstrip binary in cross-environment for solaris OS target

(cherry picked from commit fecdaeed0d3bed360647dda6c864588f1245f570)
Pierre Muller %!s(int64=3) %!d(string=hai) anos
pai
achega
619491e852
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/systems/t_sunos.pas

+ 1 - 1
compiler/systems/t_sunos.pas

@@ -642,7 +642,7 @@ begin
    begin
      SplitBinCmd(Info.DllCmd[2],binstr,cmdstr);
      Replace(cmdstr,'$EXE',maybequoted(current_module.sharedlibfilename));
-     success:=DoExec(utilsprefix+FindUtil(binstr),cmdstr,true,false);
+     success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,true,false);
    end;
 
 { Remove ReponseFile }