Преглед изворни кода

* ifdef'ed pic directive

git-svn-id: trunk@5480 -
florian пре 18 година
родитељ
комит
d84493deec
1 измењених фајлова са 2 додато и 0 уклоњено
  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