Browse Source

* Some fixes for names when installing libraries

git-svn-id: trunk@37751 -
michael 7 years ago
parent
commit
3990686be3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/fpmkunit/src/fpmkunit.pp

+ 2 - 0
packages/fpmkunit/src/fpmkunit.pp

@@ -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;