Explorar o código

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

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