Browse Source

* corrected sharedClibext for AIX/ppc32

git-svn-id: trunk@21048 -
Jonas Maebe 13 năm trước cách đây
mục cha
commit
cecdff01e0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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';