* patch from #28557 by Oliver, correct libroot for Haiku

git-svn-id: trunk@31361 -
This commit is contained in:
marco 2015-08-22 12:21:46 +00:00
parent b74a104e48
commit 70df08d5be

View File

@ -20,7 +20,11 @@ end;
begin begin
{$ifdef UNIX} {$ifdef UNIX}
{$ifdef haiku}
testff('/boot/system/lib/libroot.*');
{$else}
testff('/etc/host*'); testff('/etc/host*');
{$endif}
{$else} {$else}
{$ifdef wince} {$ifdef wince}
testff('\windows\calc.*'); testff('\windows\calc.*');