Explorar o código

* Some fixes for names when installing libraries

git-svn-id: trunk@37751 -
michael %!s(int64=7) %!d(string=hai) anos
pai
achega
3990686be3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;