mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 13:10:32 +02:00
* ifdef'ed pic directive
git-svn-id: trunk@5480 -
This commit is contained in:
parent
d47dc38f2c
commit
d84493deec
@ -2,7 +2,9 @@
|
|||||||
{ %SKIPTARGET=macos }
|
{ %SKIPTARGET=macos }
|
||||||
|
|
||||||
{$ifdef CPUX86_64}
|
{$ifdef CPUX86_64}
|
||||||
|
{$ifndef WINDOWS}
|
||||||
{$PIC+}
|
{$PIC+}
|
||||||
|
{$endif WINDOWS}
|
||||||
{$endif CPUX86_64}
|
{$endif CPUX86_64}
|
||||||
|
|
||||||
{ The .so of the library needs to be in the current dir when
|
{ The .so of the library needs to be in the current dir when
|
||||||
|
Loading…
Reference in New Issue
Block a user