Browse Source

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

Michaël Van Canneyt 3 năm trước cách đây
mục cha
commit
a9b4fa5ed4
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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}