Przeglądaj źródła

* corrected sharedClibext for AIX/ppc32

git-svn-id: trunk@21048 -
Jonas Maebe 13 lat temu
rodzic
commit
cecdff01e0
1 zmienionych plików z 1 dodań i 1 usunięć
  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';