Browse Source

Fix go32v2 staticClibprefix used by internal linker

git-svn-id: trunk@21442 -
pierre 13 years ago
parent
commit
069cd9f250
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_go32v2.pas

+ 1 - 1
compiler/systems/i_go32v2.pas

@@ -54,7 +54,7 @@ unit i_go32v2;
             sharedlibprefix : '';
             sharedClibext : '.dll';
             staticClibext : '.a';
-            staticClibprefix : '';
+            staticClibprefix : 'lib';
             sharedClibprefix : '';
             importlibprefix : '';
             importlibext : '.al';