浏览代码

* ifdef'ed pic directive

git-svn-id: trunk@5480 -
florian 19 年之前
父节点
当前提交
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