* 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:
Károly Balogh 2020-03-31 04:53:38 +00:00
parent 6a966970bc
commit 69fb20784a

View File

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