mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +02:00
* Some fixes for names when installing libraries
git-svn-id: trunk@37751 -
This commit is contained in:
parent
024a92b2da
commit
3990686be3
@ -8562,6 +8562,8 @@ end;
|
||||
function TTarget.GetLibraryFileName(AOS : TOS): String;
|
||||
begin
|
||||
result := AddLibraryExtension(Name, AOS);
|
||||
if aOS in AllUnixOSes then
|
||||
Result:='lib'+Result;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user