Explorar o código

* corrected sharedClibext for AIX/ppc32

git-svn-id: trunk@21048 -
Jonas Maebe %!s(int64=13) %!d(string=hai) anos
pai
achega
cecdff01e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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';