Parcourir la source

- disabled for AIX, doesn't support weak external symbols

git-svn-id: trunk@20819 -
Jonas Maebe il y a 13 ans
Parent
commit
6f02f47e59
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      tests/test/tweaklib1.pp
  2. 1 1
      tests/test/tweaklib2.pp

+ 1 - 1
tests/test/tweaklib1.pp

@@ -9,7 +9,7 @@
 {$ifdef mswindows}
  {$define supported}
 {$endif win32}
-{$ifdef Unix}
+{$if defined(Unix) and not defined(aix)}
  {$define supported}
 {$endif Unix}
 {$ifndef fpc}

+ 1 - 1
tests/test/tweaklib2.pp

@@ -3,7 +3,7 @@
 {$ifdef mswindows}
  {$define supported}
 {$endif mswindows}
-{$ifdef Unix}
+{$if defined(Unix) and not defined(aix)}
  {$define supported}
 {$endif Unix}
 {$ifndef fpc}