浏览代码

* Attempt to fix failing cross-compilation, remove unused dll

Michaël Van Canneyt 3 年之前
父节点
当前提交
a9b4fa5ed4
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/oracle/src/oraoci.pp

+ 2 - 1
packages/oracle/src/oraoci.pp

@@ -16,7 +16,8 @@ unit OraOCI;
 
 {$MODE FPC}
 {$linklib clntsh}
-{$linklib common}
+// Disabled - it is a DLL in the windows system dir, apparently unused.
+{  $linklib common}
 {$linklib core4}
 {$linklib nlsrtl3}
 {$ifndef BSD}