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

(cherry picked from commit a9b4fa5ed4)
This commit is contained in:
Michaël Van Canneyt 2021-11-30 23:02:26 +01:00 committed by marcoonthegit
parent b8ac68a657
commit 4d0ed80780

View File

@ -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}