mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 06:10:38 +01:00
* fix source info for darwin (and some other systems), this fixes darwin hosted cross builds after r44407
git-svn-id: trunk@44454 -
This commit is contained in:
parent
6a966970bc
commit
69fb20784a
@ -81,21 +81,31 @@ uses
|
||||
{$ifdef beos}
|
||||
,i_beos
|
||||
{$endif beos}
|
||||
{$ifdef fbsd}
|
||||
,i_fbsd
|
||||
{$endif fbsd}
|
||||
{$ifdef bsd}
|
||||
{$ifdef darwin}
|
||||
,i_darwin
|
||||
{$else darwin}
|
||||
,i_bsd
|
||||
{$endif darwin}
|
||||
{$endif bsd}
|
||||
{$ifdef gba}
|
||||
,i_gba
|
||||
{$endif gba}
|
||||
{$ifdef go32v2}
|
||||
,i_go32v2
|
||||
{$endif go32v2}
|
||||
{$ifdef haiku}
|
||||
,i_haiku
|
||||
{$endif haiku}
|
||||
{$ifdef linux}
|
||||
,i_linux
|
||||
{$endif linux}
|
||||
{$ifdef macos}
|
||||
,i_macos
|
||||
{$endif macos}
|
||||
{$ifdef morphos}
|
||||
,i_morphos
|
||||
{$endif morphos}
|
||||
{$ifdef nds}
|
||||
,i_nds
|
||||
{$endif nds}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user