mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 05:09:07 +02:00
* Attempt to fix failing cross-compilation, remove unused dll
(cherry picked from commit a9b4fa5ed4
)
This commit is contained in:
parent
b8ac68a657
commit
4d0ed80780
@ -16,7 +16,8 @@ unit OraOCI;
|
|||||||
|
|
||||||
{$MODE FPC}
|
{$MODE FPC}
|
||||||
{$linklib clntsh}
|
{$linklib clntsh}
|
||||||
{$linklib common}
|
// Disabled - it is a DLL in the windows system dir, apparently unused.
|
||||||
|
{ $linklib common}
|
||||||
{$linklib core4}
|
{$linklib core4}
|
||||||
{$linklib nlsrtl3}
|
{$linklib nlsrtl3}
|
||||||
{$ifndef BSD}
|
{$ifndef BSD}
|
||||||
|
Loading…
Reference in New Issue
Block a user