From d84493deec68d72439bef4a8665050e0ef3c6707 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 25 Nov 2006 22:59:18 +0000 Subject: [PATCH] * ifdef'ed pic directive git-svn-id: trunk@5480 - --- tests/test/tlibrary1.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test/tlibrary1.pp b/tests/test/tlibrary1.pp index 5668a6a11b..67abf88d7f 100644 --- a/tests/test/tlibrary1.pp +++ b/tests/test/tlibrary1.pp @@ -2,7 +2,9 @@ { %SKIPTARGET=macos } {$ifdef CPUX86_64} +{$ifndef WINDOWS} {$PIC+} +{$endif WINDOWS} {$endif CPUX86_64} { The .so of the library needs to be in the current dir when