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
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 }