* 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
{$ifdef UNIX}
testff('/etc/host*');
{$ifdef haiku}
testff('/boot/system/lib/libroot.*');
{$else}
testff('/etc/host*');
{$endif}
{$else}
{$ifdef wince}
testff('\windows\calc.*');