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

(cherry picked from commit fecdaeed0d)
This commit is contained in:
Pierre Muller 2022-08-02 17:52:19 +02:00
parent b64165e0eb
commit 619491e852

View File

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