Browse Source

* corrected sharedClibext for AIX/ppc32

git-svn-id: trunk@21048 -
Jonas Maebe 13 years ago
parent
commit
cecdff01e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_aix.pas

+ 1 - 1
compiler/systems/i_aix.pas

@@ -53,7 +53,7 @@ unit i_aix;
             staticlibext : '.a';
             staticlibprefix : 'libp';
             sharedlibprefix : 'lib';
-            sharedClibext : '.so';
+            sharedClibext : '.a';
             staticClibext : '.a';
             staticClibprefix : 'lib';
             sharedClibprefix : 'lib';