Browse Source

* ifdef'ed pic directive

git-svn-id: trunk@5480 -
florian 18 years ago
parent
commit
d84493deec
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/test/tlibrary1.pp

+ 2 - 0
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