diff --git a/compiler/systems/i_go32v2.pas b/compiler/systems/i_go32v2.pas index 30146fa2e5..c64f144932 100644 --- a/compiler/systems/i_go32v2.pas +++ b/compiler/systems/i_go32v2.pas @@ -54,7 +54,7 @@ unit i_go32v2; sharedlibprefix : ''; sharedClibext : '.dll'; staticClibext : '.a'; - staticClibprefix : ''; + staticClibprefix : 'lib'; sharedClibprefix : ''; importlibprefix : ''; importlibext : '.al';