mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 16:49:37 +01:00
Fix searching of gstrip binary in cross-environment for solaris OS target
(cherry picked from commit fecdaeed0d)
This commit is contained in:
parent
b64165e0eb
commit
619491e852
@ -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 }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user